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

index 181741a19bba9fa1559375ab7dc93e4c87335315..3d7ca773757cd44f0d89fccacfd6fe72c440f0f1 100644 (file)
  
          // VZ: the old code used to return "." on error which didn't make any
          //     sense at all to me - empty string is a better error indicator
+--- wxWidgets-2.8.12/src/common/init.cpp.orig  2011-03-22 12:59:41.000000000 +0100
++++ wxWidgets-2.8.12/src/common/init.cpp       2012-09-30 09:06:52.951752832 +0200
+@@ -237,7 +237,7 @@
+     if ( !wxModule::InitializeModules() )
+     {
+-        wxLogError(_("Initialization failed in post init, aborting."));
++        wxLogError("%s", _("Initialization failed in post init, aborting."));
+         return false;
+     }
This page took 0.045705 seconds and 4 git commands to generate.