Skip to content

Commit

Permalink
LURE: Remove useless parameters in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 29, 2014
1 parent 73c02d4 commit ab2d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/lure/debugger.cpp
Expand Up @@ -563,7 +563,7 @@ bool Debugger::cmd_saveStrings(int argc, const char **argv) {
}

uint16 id = strToInt(argv[1]);
strings.getString(id, buffer, NULL, NULL);
strings.getString(id, buffer);
debugPrintf("%s\n", buffer);

/* Commented out code for saving all text strings - note that 0x1000 is chosen
Expand Down

0 comments on commit ab2d33f

Please sign in to comment.