mirror of https://github.com/stella-emu/stella.git
minimal fix for previous commit
This commit is contained in:
parent
5db2d836f4
commit
6c95d34ae3
|
@ -1028,7 +1028,7 @@ void DebuggerParser::executeExec()
|
|||
file += ".script";
|
||||
|
||||
FilesystemNode node(debugger.myOSystem.defaultSaveDir() + file);
|
||||
commandResult << exec(node, NULL);
|
||||
commandResult << exec(node);
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue