From: Vadim Zeitlin Date: Thu, 22 Sep 2005 13:43:08 +0000 (+0000) Subject: Unicode build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cae8f1bf03fb6d6c3e1d1578f790715388ef8ccf?ds=inline Unicode build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 74e3a3be0b..0b2da84fd3 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -1425,7 +1425,7 @@ wxMBConv_iconv::wxMBConv_iconv(const wxChar *name) wxLogTrace(TRACE_STRCONV, wxT("iconv wchar_t charset is \"%s\"%s"), - ms_wcCharsetName.empty() ? "" + ms_wcCharsetName.empty() ? _T("") : ms_wcCharsetName.c_str(), ms_wcNeedsSwap ? _T(" (needs swap)") : _T(""));