From 8f21f64424b6b886b07bf93af01db392494f0426 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 30 Sep 2012 20:03:22 +0200 Subject: [PATCH] - 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; -- 2.44.0