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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2012-10-24 07:46:13 +0400
committerOliver Schneider <oliver@assarbad.net>2012-10-24 07:46:13 +0400
commit12b4607071298445ff98fa8f9ba924de0c910984 (patch)
tree97c4f7d29cc67ff976dbfcb6e688375dd6e8c1a0 /sandbox
parenta492e637b14a9f7bf72e72bc2d407cb72c0b283b (diff)
- Allowing WOW64-specific options as well ...
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/luaconf/lua_conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/luaconf/lua_conf.cpp b/sandbox/luaconf/lua_conf.cpp
index 3f09484..1ad46cb 100644
--- a/sandbox/luaconf/lua_conf.cpp
+++ b/sandbox/luaconf/lua_conf.cpp
@@ -28,7 +28,7 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
}
#endif // 0
lua_gc(L, LUA_GCRESTART, 0);
- ret = luaL_dofile(L, "lua_conf.lua");
+ ret = luaL_dofile(L, "..\\lua_conf.lua");
if(ret)
{
fprintf(stderr, "%s", lua_tostring(L, -1));