mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
HUGO: Replace vsprintf by Common::String::vformat
This commit is contained in:
parent
5455fc5ff4
commit
fcc5580d9f
@ -391,6 +391,8 @@ void Parser::command(const char *format, ...) {
|
||||
|
||||
va_list marker;
|
||||
va_start(marker, format);
|
||||
// TODO:
|
||||
// _vm->_line = Common::String::vformat(format, marker);
|
||||
vsprintf(_vm->_line, format, marker);
|
||||
va_end(marker);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user