]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 08:55:04 +0000 (10:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 08:55:04 +0000 (10:55 +0200)
wxWidgets-format.patch

index 559e779efb52479558dca11a908623b64446531b..98b05ff5e81b2ac3df1414507851c08678db708c 100644 (file)
  
                  ok = false;
              }
+--- wxWidgets-2.8.12/src/common/sckaddr.cpp.orig       2011-03-22 12:59:42.000000000 +0100
++++ wxWidgets-2.8.12/src/common/sckaddr.cpp    2012-09-30 10:54:15.261618553 +0200
+@@ -141,7 +141,7 @@
+   // Some people are sometimes fool.
+   if (name.empty())
+   {
+-    wxLogWarning( _("Trying to solve a NULL hostname: giving up") );
++    wxLogWarning("%s", _("Trying to solve a NULL hostname: giving up") );
+     return false;
+   }
+   m_origHostname = name;
This page took 0.147294 seconds and 4 git commands to generate.