[packages/wxWidgets] - more workarounds

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


commit abcd1fc9ee61e9090240b3d2e0938abd1ccedf49
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 10:32:25 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 59188fb..559e779 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -547,3 +547,12 @@
      }
  
      return ok;
+@@ -842,7 +842,7 @@
+             struct hostent *host = gethostbyname(wxSafeConvertWX2MB(buf));
+             if ( !host )
+             {
+-                wxLogSysError(_("Cannot get the official hostname"));
++                wxLogSysError("%s", _("Cannot get the official hostname"));
+ 
+                 ok = false;
+             }
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list