]> git.saurik.com Git - wxWidgets.git/commitdiff
Restore the max printf arguments to 64.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 8 Nov 2006 13:34:13 +0000 (13:34 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 8 Nov 2006 13:34:13 +0000 (13:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wxchar.cpp

index 45d7c28ee987947cd37b36d14993cbd61c22c201..e49acc8798eb2ec2e9516924720d8c49ee7fad57 100644 (file)
@@ -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