diff --git a/src/debugger/DebuggerParser.cxx b/src/debugger/DebuggerParser.cxx index dfbff36bc..ffe7a5c43 100644 --- a/src/debugger/DebuggerParser.cxx +++ b/src/debugger/DebuggerParser.cxx @@ -1028,7 +1028,7 @@ void DebuggerParser::executeExec() file += ".script"; FilesystemNode node(debugger.myOSystem.defaultSaveDir() + file); - commandResult << exec(node, NULL); + commandResult << exec(node); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -