]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 13:43:35 +0000 (15:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 13:43:35 +0000 (15:43 +0200)
wxWidgets-format.patch

index 23bdbaec190a6de2f25dc6e1597b372866d83983..114047d13bd6f282087fbccb00eadf6f09f836a1 100644 (file)
@@ -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());
      }
  }
  
This page took 0.034811 seconds and 4 git commands to generate.