From d196416cad7b3bed5e940f46699d036ca448a9fd Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 16 Mar 2009 17:53:07 +0000 Subject: [PATCH] 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 --- utils/ifacecheck/src/ifacecheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ifacecheck/src/ifacecheck.cpp b/utils/ifacecheck/src/ifacecheck.cpp index 19a0971e9f..1ca155fc56 100644 --- a/utils/ifacecheck/src/ifacecheck.cpp +++ b/utils/ifacecheck/src/ifacecheck.cpp @@ -392,7 +392,7 @@ int IfaceCheckApp::CompareClasses(const wxClass* iface, const wxClass* api) for (unsigned int j=0; jGetAsString(true, true, true, true); - wxLogWarning(warning); + wxLogWarning("%s", warning); count++; if (overloads.GetCount()>1)