From e151a3d96a0920bd141deea217e8f59e5520b9b5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 30 Sep 2012 16:43:20 +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 4abb996..edea2ca 100644 --- a/wxWidgets-format.patch +++ b/wxWidgets-format.patch @@ -656,3 +656,14 @@ return; } +--- wxWidgets-2.8.12/src/common/docview.cpp.orig 2011-03-22 12:59:40.000000000 +0100 ++++ wxWidgets-2.8.12/src/common/docview.cpp 2012-09-30 16:43:04.191182329 +0200 +@@ -612,7 +612,7 @@ + return true; + } + +- wxLogError(_("Sorry, could not open this file.")); ++ wxLogError("%s", _("Sorry, could not open this file.")); + return false; + } + -- 2.44.0