X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e84ba59e3e52c3a24f40bc23e69d5e9b7d86fdd4..23ad132ca3c6a24adab549e21d9cfc30ddc80e6d:/src/msw/debughlp.cpp?ds=sidebyside diff --git a/src/msw/debughlp.cpp b/src/msw/debughlp.cpp index 98b35f06e0..55a1006cf7 100644 --- a/src/msw/debughlp.cpp +++ b/src/msw/debughlp.cpp @@ -672,7 +672,7 @@ extern "C" void DumpTI(ULONG ti) } OutputDebugString(wxString::Format(_T("tag=%s%s"), - nested ? _T("nested ") : _T(""), + nested ? _T("nested ") : wxEmptyString, TagString(tag).c_str())); if ( tag == wxDbgHelpDLL::SYMBOL_TAG_UDT ) {