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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user