Fix printf arguments validation code for ANSI build.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Jul 2010 15:28:35 +0000 (15:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Jul 2010 15:28:35 +0000 (15:28 +0000)
commitafc1f37c6520b5d72bdc10f937874787e16f6d3a
treedb0b116476370586000fa2be79cef5bee98040de
parent908c4056119d49b1b90f6618d38c85d080db152d
Fix printf arguments validation code for ANSI build.

char arguments weren't recognized as allowed variadic types. Unlike in
Unicode build, where chars are treated specially, they are primitive
types in ANSI build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/strvararg.h