fix bug introduced in r54646: we still need to count the embedded NULs when convertin...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jul 2008 23:45:04 +0000 (23:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jul 2008 23:45:04 +0000 (23:45 +0000)
commit36f93678223be23747d90a393c9ba6c7cbe351c0
treea4f10dc7087ca1686be96e5539ed61cd8258286a
parent42e8b52f09490be1d963a7159743ec2aaa714203
fix bug introduced in r54646: we still need to count the embedded NULs when converting the entire NUL-terminated string to wchar_t, only the trailing NUL shouldn't be counted

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