Unicode build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
422e411e95
commit
cae8f1bf03
@ -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() ? "<none>"
|
||||
ms_wcCharsetName.empty() ? _T("<none>")
|
||||
: ms_wcCharsetName.c_str(),
|
||||
ms_wcNeedsSwap ? _T(" (needs swap)")
|
||||
: _T(""));
|
||||
|
Loading…
Reference in New Issue
Block a user