commit abcd1fc9ee61e9090240b3d2e0938abd1ccedf49
Author: Jakub Bogusz <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit