minimal fix for previous commit

This commit is contained in:
thrust26 2017-10-10 12:03:15 +02:00
parent 5db2d836f4
commit 6c95d34ae3
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ void DebuggerParser::executeExec()
file += ".script";
FilesystemNode node(debugger.myOSystem.defaultSaveDir() + file);
commandResult << exec(node, NULL);
commandResult << exec(node);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -