mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[bot] Match logprintf(...)
This commit is contained in:
parent
ed70116c80
commit
2d0918379d
@ -57,7 +57,7 @@ void logprintf(char* format, ...)
|
|||||||
va_list ap;
|
va_list ap;
|
||||||
va_start(ap, format);
|
va_start(ap, format);
|
||||||
|
|
||||||
char buffer[2048];
|
char buffer[2049];
|
||||||
vsprintf(buffer, format, ap);
|
vsprintf(buffer, format, ap);
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user