Fixed a compiler warning on Apple's GCC.
This commit is contained in:
@@ -185,7 +185,7 @@ void _printf( const char *format, ... ) {
|
||||
vsprintf (text, format, argptr);
|
||||
va_end (argptr);
|
||||
|
||||
printf(text);
|
||||
printf("%s", text);
|
||||
|
||||
#ifdef WIN32
|
||||
if (!lookedForServer) {
|
||||
|
Reference in New Issue
Block a user