]> git.saurik.com Git - wxWidgets.git/commit
Use wxString::Clone() instead of c_str() in wxThreadEvent copy ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Jun 2012 18:44:14 +0000 (18:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 Jun 2012 18:44:14 +0000 (18:44 +0000)
commit9bd5c5fcda3fe2222bf37f1615961516d6b40e7f
treec9dc856f0277604dc3d2841523eca8c91e3d2182
parent5c3f21c6a3450b92810202f7d50f5f4b3d993309
Use wxString::Clone() instead of c_str() in wxThreadEvent copy ctor.

Creating a new wxString from c_str() of the old one resulted in dropping all
string data after the first embedded NUL. Fix this by using Clone() method
that exists specifically for this purpose. It also makes the code more clear.

Closes #14380.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h