From f7afc4c373fa4b91226efa7fca0dac16ba521bb9 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 30 Sep 2012 15:43:35 +0200 Subject: [PATCH] - 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()); } } -- 2.44.0