[packages/wxWidgets] - fixed
qboosh
qboosh at pld-linux.org
Tue Oct 2 21:02:17 CEST 2012
commit 81d7c5cc13af20445bb47e9efd8098a355fc0abe
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Oct 2 21:03:38 2012 +0200
- fixed
wxWidgets-format.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 4f55b65..05cea76 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1653,7 +1653,7 @@
wxString wxm = wxT("Server Create failed - service: ");
wxString xxm = wxm << service;
- wxLogError( xxm );
-+ wxLogError(wxT("%s"), xxm );
++ wxLogError(wxT("%s"), xxm.c_str() );
//if MSW quits here, probably another copy already exists
return false;
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/81d7c5cc13af20445bb47e9efd8098a355fc0abe
More information about the pld-cvs-commit
mailing list