Fixed arguments.
This commit is contained in:
parent
28158d8c05
commit
bda65c2c0d
@ -1065,7 +1065,7 @@ struct Preprocessor
|
||||
{
|
||||
va_list argList;
|
||||
va_start(argList, _format);
|
||||
m_default += bx::stringPrintfVargs(_format, argList);
|
||||
bx::stringPrintfVargs(m_default, _format, argList);
|
||||
va_end(argList);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user