diff options
Diffstat (limited to 'shared/zstring.cpp')
-rw-r--r-- | shared/zstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/zstring.cpp b/shared/zstring.cpp index 4652a6fe..6bd0e824 100644 --- a/shared/zstring.cpp +++ b/shared/zstring.cpp @@ -37,7 +37,7 @@ AllocationCount::~AllocationCount() MessageBox(NULL, wxString(wxT("Memory leak detected!")) + wxT("\n\n") + wxT("Candidates:\n") + leakingStrings, - wxString::Format(wxT("%i"), activeStrings.size()), 0); + wxString::Format(wxT("%u"), activeStrings.size()), 0); } #else throw std::logic_error("Memory leak!"); |