mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
copypaste
This commit is contained in:
parent
f5cba0ce89
commit
0ab4496423
@ -1350,7 +1350,7 @@ static void PrintToLog(const char* format, ...)
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
vsprintf_s(tmp, 1024, format, va);
|
vsprintf_s(tmp, 1024, format, va);
|
||||||
#else
|
#else
|
||||||
vsprintf(re3_buff, format, va);
|
vsprintf(tmp, format, va);
|
||||||
#endif
|
#endif
|
||||||
va_end(va);
|
va_end(va);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user