fix the length passed to wxMB2WC (replaces patch 1554431); don't use (and especially...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Oct 2006 19:43:20 +0000 (19:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Oct 2006 19:43:20 +0000 (19:43 +0000)
commit595191bba9f92c3dad805a4745071bd99bf25175
treefd0bb0f4ee72f2ec53caeb5e14ed21d4b909d025
parente0876d7381ada8459e18fc81a9e47c025778b8ec
fix the length passed to wxMB2WC (replaces patch 1554431); don't use (and especially don't overflow) fixed size buffer in the same function (just how many bugs can there be in 5 lines of code?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/wince/time.cpp