]> git.saurik.com Git - wxWidgets.git/commit
use _snprintf() in system_sprintf() for the compilers which have it; really fix warni...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Sep 2006 12:27:26 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Sep 2006 12:27:26 +0000 (12:27 +0000)
commitc57cdbd8d6df510b2381fba2e79103ffda7bdce4
treecabc0c5e3b85d8675ca8c471f000e5685a260190
parent8a16d7370e3cdc7d583a6f14ab11b3a1d27b73df
use _snprintf() in system_sprintf() for the compilers which have it; really fix warning about unused maxlen in wxPrintfConvSpec::ReplaceAsteriskWith()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wxchar.cpp