pass proper output buffer size in round trip conversion success check in wxMBConv_win32, otherwise conversions from UTF-7 always failed for example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-31 17:34:48 +00:00
parent a65ca3e600
commit 2f96d9bb8d

View File

@@ -1702,7 +1702,7 @@ public:
buf,
-1,
mbBuf.data(),
n,
n + 1, // size in bytes, not length
NULL,
NULL
) == 0 ||