fix bug when warning string contains percent signs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -392,7 +392,7 @@ int IfaceCheckApp::CompareClasses(const wxClass* iface, const wxClass* api)
|
|||||||
for (unsigned int j=0; j<overloads.GetCount(); j++)
|
for (unsigned int j=0; j<overloads.GetCount(); j++)
|
||||||
warning += "\n\treal header: " + overloads[j]->GetAsString(true, true, true, true);
|
warning += "\n\treal header: " + overloads[j]->GetAsString(true, true, true, true);
|
||||||
|
|
||||||
wxLogWarning(warning);
|
wxLogWarning("%s", warning);
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
if (overloads.GetCount()>1)
|
if (overloads.GetCount()>1)
|
||||||
|
Reference in New Issue
Block a user