]> git.saurik.com Git - wxWidgets.git/commit
Go back to using sprintf instead of swprintf, since it's signature has changed
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 8 Nov 2006 01:13:18 +0000 (01:13 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 8 Nov 2006 01:13:18 +0000 (01:13 +0000)
commit644241e16236e033fbc0f568ff7c1cb0964728a2
treec1de4d464d4abdd81bfe0435c275be54490ee75d
parent8bb9d852a382513f3b7f3ddd89b9616420dcbc2a
Go back to using sprintf instead of swprintf, since it's signature has changed
on Windows. There are quite a few compilers where we don't know which version
the change occurred or will occur, including bcc, gcc, and icc.

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