]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
Compile corrections
[wxWidgets.git] / src / common / log.cpp
index 420c172a631a9c5f048448aa1e4ea32c3bd1b8dd..510b9399840af23d1bc9c4d9398ad3f1609bf767 100644 (file)
@@ -168,7 +168,7 @@ void wxVLogFatalError(const wxChar *szFormat, va_list argptr)
 #if wxUSE_GUI
     wxMessageBox(s_szBuf, _("Fatal Error"), wxID_OK | wxICON_STOP);
 #else
-    fprintf(stderr, _("Fatal error: %s\n"), s_szBuf);
+    wxFprintf(stderr, _("Fatal error: %s\n"), s_szBuf);
 #endif
 
     abort();