X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f303d69f934a76c56e14713a0748fdd10635e462:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index a6a941d53e..252c6b09bb 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -617,7 +617,7 @@ void wxLogStream::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) { wxString str; TimeStamp(&str); - (*m_ostr) << str << wxConvertWX2MB(szString) << wxSTD endl; + (*m_ostr) << wxConvertWX2MB(str) << wxConvertWX2MB(szString) << wxSTD endl; } #endif // wxUSE_STD_IOSTREAM