[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 09:06:00 CEST 2012


commit 3593df5320b47d1a3eee585af2168a5743a890c3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 09:07:14 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 181741a..3d7ca77 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -96,3 +96,14 @@
  
          // 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;
+     }
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/3593df5320b47d1a3eee585af2168a5743a890c3



More information about the pld-cvs-commit mailing list