]> git.saurik.com Git - wxWidgets.git/commit
Don't use printf() with non-literal string as format.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 May 2012 13:24:49 +0000 (13:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 May 2012 13:24:49 +0000 (13:24 +0000)
commita0b13884b41ff57c24cc1f3598c3fb23b8b9c0dc
tree84a7f53f1f383135e457103724f17ddaedbf1c0b
parentd87098c062ac92e38434f89eba372fa8547ebaa4
Don't use printf() with non-literal string as format.

Replace calls to printf() with puts() in the typetest sample.

See #14311.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/typetest/typetest.cpp