Changed: #825 Remove all warning when compiling Ryzom

This commit is contained in:
kervala 2010-07-17 18:07:23 +02:00
parent 148f1659c8
commit 67ea053ea6

View file

@ -324,7 +324,7 @@ void ExitClientError (const char *format, ...)
MessageBoxW (NULL, (WCHAR*)ucstr.c_str(), (WCHAR*)CI18N::get ("TheSagaOfRyzom").c_str (), MB_OK|MB_ICONERROR);
*/
#else
fprintf (stderr, str);
fprintf (stderr, "%s\n", str);
#endif
// Exit
extern void quitCrashReport ();