mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
win32 compile fix
This commit is contained in:
parent
f3944a8eda
commit
9d0d8c49e7
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ Sys_Print (FILE *stream, const char *fmt, va_list args)
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
if (stream == stderr)
|
if (stream == stderr)
|
||||||
MessageBox (NULL, string, "Error", 0 /* MB_OK */ );
|
MessageBox (NULL, msg, "Error", 0 /* MB_OK */ );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* translate to ASCII instead of printing [xx] --KB */
|
/* translate to ASCII instead of printing [xx] --KB */
|
||||||
|
|
Loading…
Reference in a new issue