summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/LuaLoad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaLoad.cc b/src/LuaLoad.cc
index a2f12ea..79453ea 100644
--- a/src/LuaLoad.cc
+++ b/src/LuaLoad.cc
@@ -46,8 +46,8 @@ struct sLua_LuaLoad {
h.asA<Input>()->open();
status = CREATETASK;
case CREATETASK:
- status = WAITTASK;
execFile->exec(L);
+ status = WAITTASK;
case WAITTASK:
execFile->throwError();
}