From: Michael Wetherell Date: Wed, 8 Nov 2006 13:34:13 +0000 (+0000) Subject: Restore the max printf arguments to 64. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/91e9bcc9058ae8f4be09390e6ccdcf62cc042d26?ds=inline Restore the max printf arguments to 64. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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