Restore the max printf arguments to 64.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-11-08 13:34:13 +00:00
parent b97dc9c8bc
commit 91e9bcc905

View File

@@ -185,7 +185,7 @@ bool WXDLLEXPORT wxOKlibc()
#endif #endif
// some limits of our implementation // some limits of our implementation
#define wxMAX_SVNPRINTF_ARGUMENTS 16 #define wxMAX_SVNPRINTF_ARGUMENTS 64
#define wxMAX_SVNPRINTF_FLAGBUFFER_LEN 32 #define wxMAX_SVNPRINTF_FLAGBUFFER_LEN 32
#define wxMAX_SVNPRINTF_SCRATCHBUFFER_LEN 512 #define wxMAX_SVNPRINTF_SCRATCHBUFFER_LEN 512