From 6c95d34ae376c4c3673d2c405618352f18b45f56 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Tue, 10 Oct 2017 12:03:15 +0200 Subject: [PATCH] minimal fix for previous commit --- src/debugger/DebuggerParser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -