[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 20:57:01 CEST 2012


commit eee3f0ac9b3a6d5e8680e35656c1ef829b2eafb7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 20:58:18 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 832827d..af595ba 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1383,3 +1383,14 @@
                  else
                      m_Printer->PrintFile(m_HtmlWin->GetOpenedPage());
              }
+--- wxWidgets-2.8.12/src/html/htmlpars.cpp.orig	2011-03-22 12:59:44.000000000 +0100
++++ wxWidgets-2.8.12/src/html/htmlpars.cpp	2012-09-30 20:58:05.014196745 +0200
+@@ -382,7 +382,7 @@
+ #endif // wxUSE_STL/!wxUSE_STL
+         )
+     {
+-        wxLogWarning(_("Warning: attempt to remove HTML tag handler from empty stack."));
++        wxLogWarning("%s", _("Warning: attempt to remove HTML tag handler from empty stack."));
+         return;
+     }
+     m_HandlersHash = *((wxHashTable*) first->GetData());
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list