]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- one more possible issue
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 13:39:44 +0000 (15:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 13:39:44 +0000 (15:39 +0200)
wxWidgets-format.patch

index cca4c978828f23051ee59348e0fb4323df21c1a0..23bdbaec190a6de2f25dc6e1597b372866d83983 100644 (file)
      }
  
      else
+@@ -261,7 +261,7 @@
+         wxString s;
+         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);
+     }
+ }
 --- wxWidgets-2.8.12/src/common/file.cpp.orig  2011-03-22 12:59:40.000000000 +0100
 +++ wxWidgets-2.8.12/src/common/file.cpp       2012-09-30 08:19:02.785145988 +0200
 @@ -513,7 +513,7 @@
This page took 0.039813 seconds and 4 git commands to generate.