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:
Diffstat (limited to 'sandbox/luaconf/lua_conf.cpp')
-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 d0a45e6..1a14edb 100644
--- a/sandbox/luaconf/lua_conf.cpp
+++ b/sandbox/luaconf/lua_conf.cpp
@@ -84,7 +84,7 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
//fprintf(stderr, "[STACK TOP] %i (line %i)\n", lua_gettop(L), __LINE__);
w32res_enumerateEmbeddedLuaScripts(L);
- int ret = luaL_dofile(L, "..\\lua_conf.lua");
+ int ret = luaL_dofile(L, "lua_conf.lua");
if(ret)
{
lua_pop(L, 1); /* pop error message from the stack */