]> git.pld-linux.org Git - packages/wxWidgets.git/blobdiff - wxWidgets-format.patch
- one more possible issue
[packages/wxWidgets.git] / 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.094125 seconds and 4 git commands to generate.