mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
148f1659c8
commit
67ea053ea6
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue