mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
synced rest files, missed with last sync rev 47951
This commit is contained in:
+2
-2
@@ -157,7 +157,7 @@ void Debugger::enter() {
|
||||
|
||||
g_readline_debugger = this;
|
||||
rl_completion_entry_function = &readline_completionFunction;
|
||||
|
||||
|
||||
char *line_read = 0;
|
||||
do {
|
||||
free(line_read);
|
||||
@@ -375,7 +375,7 @@ char *Debugger::readlineComplete(const char *input, int state) {
|
||||
char *ret = (char *)malloc(iter->_key.size() + 1);
|
||||
strcpy(ret, iter->_key.c_str());
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user