From: Alexey Zaytsev Date: Thu, 17 Jul 2008 23:34:28 +0000 (+0400) Subject: Err. X-Git-Tag: syslinux-4.01-pre2~2^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79c52fee1e57e47a43f333532a701afe2b185e59;p=profile%2Fivi%2Fsyslinux.git Err. Signed-off-by: Alexey Zaytsev --- diff --git a/com32/lua/src/loadlib.c b/com32/lua/src/loadlib.c index d955f3e..906b47e 100644 --- a/com32/lua/src/loadlib.c +++ b/com32/lua/src/loadlib.c @@ -589,7 +589,7 @@ static int ll_seeall (lua_State *L) { static void setpath (lua_State *L, const char *fieldname, const char *envname, const char *def) { - const char *path = getenv(envname); + const char *path = /*getenv(envname)*/ NULL; if (path == NULL) /* no environment variable? */ lua_pushstring(L, def); /* use default */ else {