From 67ea053ea675e48b71c57085c111b62b3e4aa3c4 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 17 Jul 2010 18:07:23 +0200 Subject: [PATCH] Changed: #825 Remove all warning when compiling Ryzom --- code/ryzom/client/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index 157cc9f86..e60366189 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -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 ();