Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2011-11-29 02:01:44 +0400
committerJason Perkins <starkos@industriousone.com>2011-11-29 02:01:44 +0400
commit1722797fa52a93fad21f0fb2f0d89c9adc8e642b (patch)
treeec604e3a15d5c06522e01b740a0c721e6583496a /src/host/os_pathsearch.c
parent8c7f622ce06f19166b54eeba823a44dddeacb67e (diff)
Patch 3351583: _PREMAKE_COMMAND variable (Konstantin Tokarev)
Diffstat (limited to 'src/host/os_pathsearch.c')
-rw-r--r--src/host/os_pathsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/os_pathsearch.c b/src/host/os_pathsearch.c
index 1e26333..44f775d 100644
--- a/src/host/os_pathsearch.c
+++ b/src/host/os_pathsearch.c
@@ -17,7 +17,7 @@ int os_pathsearch(lua_State* L)
for (i = 2; i <= lua_gettop(L); ++i)
{
const char* path;
-
+
if (lua_isnil(L, i))
continue;