fix crash in wxLogTrace() in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0ccf004304
commit
bc971e307d
@ -1701,7 +1701,7 @@ static void ScheduleThreadForDeletion()
|
||||
|
||||
wxLogTrace(TRACE_THREADS, _T("%lu thread%s waiting to be deleted"),
|
||||
(unsigned long)gs_nThreadsBeingDeleted,
|
||||
gs_nThreadsBeingDeleted == 1 ? "" : "s");
|
||||
gs_nThreadsBeingDeleted == 1 ? _T("") : _T("s"));
|
||||
}
|
||||
|
||||
static void DeleteThread(wxThread *This)
|
||||
|
Loading…
Reference in New Issue
Block a user