[packages/wxWidgets] - fix

qboosh qboosh at pld-linux.org
Sun Sep 30 15:42:19 CEST 2012


commit f7afc4c373fa4b91226efa7fca0dac16ba521bb9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 30 15:43:35 2012 +0200

    - fix

 wxWidgets-format.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index 23bdbae..114047d 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -38,7 +38,7 @@
          s.Printf(_("Failed to store image '%s' to memory VFS!"), filename.c_str());
          wxPrintf(wxT("'%s'\n"), s.c_str());
 -        wxLogError(s);
-+        wxLogError("%s", s);
++        wxLogError("%s", s.c_str());
      }
  }
  
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list