[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 20:02:06 CEST 2012


commit 8f21f64424b6b886b07bf93af01db392494f0426
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 20:03:22 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 582b247..053e527 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1332,3 +1332,14 @@
              sm_lastError = wxPRINTER_ERROR;
              break;
          }
+--- wxWidgets-2.8.12/src/unix/sound.cpp.orig	2011-03-22 13:01:28.000000000 +0100
++++ wxWidgets-2.8.12/src/unix/sound.cpp	2012-09-30 20:03:09.254265441 +0200
+@@ -490,7 +490,7 @@
+     Free();
+     if (!LoadWAV(data, size, true))
+     {
+-        wxLogError(_("Sound data are in unsupported format."));
++        wxLogError("%s", _("Sound data are in unsupported format."));
+         return false;
+     }
+     return true;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/8f21f64424b6b886b07bf93af01db392494f0426



More information about the pld-cvs-commit mailing list