[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 09:02:31 CEST 2012


commit 84f99935646e296817c4471bf5726ee40afb0617
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 09:03:46 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 73f3b29..181741a 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -85,3 +85,14 @@
  
              path.clear();
          }
+--- wxWidgets-2.8.12/src/common/filefn.cpp.orig	2011-03-22 12:59:41.000000000 +0100
++++ wxWidgets-2.8.12/src/common/filefn.cpp	2012-09-30 09:03:28.965090416 +0200
+@@ -1513,7 +1513,7 @@
+ 
+     if ( !ok )
+     {
+-        wxLogSysError(_("Failed to get the working directory"));
++        wxLogSysError("%s", _("Failed to get the working directory"));
+ 
+         // 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/84f99935646e296817c4471bf5726ee40afb0617



More information about the pld-cvs-commit mailing list