[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Sun Sep 30 10:53:48 CEST 2012


commit bec58ce9609ae8c972906be75960675aa90c2633
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 10:55:04 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 559e779..98b05ff 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -556,3 +556,14 @@
  
                  ok = false;
              }
+--- wxWidgets-2.8.12/src/common/sckaddr.cpp.orig	2011-03-22 12:59:42.000000000 +0100
++++ wxWidgets-2.8.12/src/common/sckaddr.cpp	2012-09-30 10:54:15.261618553 +0200
+@@ -141,7 +141,7 @@
+   // Some people are sometimes fool.
+   if (name.empty())
+   {
+-    wxLogWarning( _("Trying to solve a NULL hostname: giving up") );
++    wxLogWarning("%s", _("Trying to solve a NULL hostname: giving up") );
+     return false;
+   }
+   m_origHostname = name;
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list