mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
d8f1e1cdea
commit
51b00b2a44
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