]> git.saurik.com Git - wxWidgets.git/commit
Fix the size of the buffer when using wxIPC::Execute() with DDE.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Dec 2011 14:35:23 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Dec 2011 14:35:23 +0000 (14:35 +0000)
commit5e9d3bf799068e77936c60f23317792ed7eeb454
treea6206e09ac1bc9038cb2efc890fc2ecb10fc671a
parent30e92ba333f0aa8b7d7f1c004ea20e4dab5c1f7a
Fix the size of the buffer when using wxIPC::Execute() with DDE.

Don't multiply the "realSize" variable by sizeof(wxChar) when passing it to
DdeClientTransaction(), as its name indicates it is already supposed to be the
size of the data and not the length of the string so just ensure that it is
always correctly set to the size and not length when initializing it.

Closes #13734.

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