X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d91535c47f8bb17ab9740e35baea3f6450de026d..7a766dcda16f3eaaa9f26d5e147e958b24d175b0:/src/common/log.cpp?ds=inline diff --git a/src/common/log.cpp b/src/common/log.cpp index 420c172a63..510b939984 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -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();