git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64712
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxPrintfConvSpecParser<CharType> parser(format);
wxPrintfConvSpecParser<CharType> parser(format);
+ wxCHECK_MSG( n <= parser.nargs, wxFormatString::Arg_Unknown,
+ "more arguments than format string specifiers?" );
+
wxCHECK_MSG( parser.pspec[n-1] != NULL, wxFormatString::Arg_Unknown,
"requested argument not found - invalid format string?" );
wxCHECK_MSG( parser.pspec[n-1] != NULL, wxFormatString::Arg_Unknown,
"requested argument not found - invalid format string?" );