From 4c268e6a10d820b9ea9851924e37014caa9fb5e8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 6 Oct 2006 22:37:03 +0000 Subject: [PATCH] fix for handling from Francesco git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wxchar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index 8eb13d39f7..10bcd27cb4 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -580,6 +580,8 @@ bool wxPrintfConvSpec::Parse(const wxChar *format) case wxT('p'): m_type = wxPAT_POINTER; + m_szFlags[flagofs++] = ch; + m_szFlags[flagofs] = '\0'; done = true; break; -- 2.45.2