commit 91433879ea57a47f6f5b186dc53affddcd1e008f
Author: Jakub Bogusz <qbo...@pld-linux.org>
Date:   Sun Sep 30 15:39:44 2012 +0200

    - one more possible issue

 wxWidgets-format.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index cca4c97..23bdbae 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -33,6 +33,15 @@
      }
  
      else
+@@ -261,7 +261,7 @@
+         wxString s;
+         s.Printf(_("Failed to store image '%s' to memory VFS!"), 
filename.c_str());
+         wxPrintf(wxT("'%s'\n"), s.c_str());
+-        wxLogError(s);
++        wxLogError("%s", s);
+     }
+ }
+ 
 --- wxWidgets-2.8.12/src/common/file.cpp.orig  2011-03-22 12:59:40.000000000 
+0100
 +++ wxWidgets-2.8.12/src/common/file.cpp       2012-09-30 08:19:02.785145988 
+0200
 @@ -513,7 +513,7 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/91433879ea57a47f6f5b186dc53affddcd1e008f

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to