From 91e9bcc9058ae8f4be09390e6ccdcf62cc042d26 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Wed, 8 Nov 2006 13:34:13 +0000 Subject: [PATCH] Restore the max printf arguments to 64. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wxchar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index 45d7c28ee9..e49acc8798 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -185,7 +185,7 @@ bool WXDLLEXPORT wxOKlibc() #endif // some limits of our implementation -#define wxMAX_SVNPRINTF_ARGUMENTS 16 +#define wxMAX_SVNPRINTF_ARGUMENTS 64 #define wxMAX_SVNPRINTF_FLAGBUFFER_LEN 32 #define wxMAX_SVNPRINTF_SCRATCHBUFFER_LEN 512 -- 2.50.0