commit 0606d3fc3864baa85216dc57bf9d003a1893f68c
Author: Jakub Bogusz <[email protected]>
Date:   Sun Sep 30 10:01:57 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index c4319fe..09e94b2 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -380,3 +380,23 @@
      }
  
      return exitcode;
+--- wxWidgets-2.8.12/src/unix/snglinst.cpp.orig        2011-03-22 
13:01:28.000000000 +0100
++++ wxWidgets-2.8.12/src/unix/snglinst.cpp     2012-09-30 10:01:41.101684296 
+0200
+@@ -267,7 +267,7 @@
+         // another process managed to open and lock the file and terminate
+         // (erasing it) before we got here, but this should happen so
+         // rarely in practice that we don't care
+-        wxLogError(_("Failed to access lock file."));
++        wxLogError("%s", _("Failed to access lock file."));
+ 
+         return false;
+     }
+@@ -276,7 +276,7 @@
+     ssize_t count = file.Read(buf, WXSIZEOF(buf));
+     if ( count == wxInvalidOffset )
+     {
+-        wxLogError(_("Failed to read PID from lock file."));
++        wxLogError("%s", _("Failed to read PID from lock file."));
+     }
+     else
+     {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/0606d3fc3864baa85216dc57bf9d003a1893f68c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to