]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- fixed
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 19:03:38 +0000 (21:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 19:03:38 +0000 (21:03 +0200)
wxWidgets-format.patch

index 4f55b659887a999b87dd7303a960a86652b9d4b9..05cea76dde1ab0399a76b5c5cb7613096c81a9b8 100644 (file)
              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;
          }
This page took 0.280622 seconds and 4 git commands to generate.