]> git.saurik.com Git - wxWidgets.git/commitdiff
REWRITE wxStringBase::append and wxString::Replace.
authorRyan Norton <wxprojects@comcast.net>
Fri, 8 Apr 2005 22:53:27 +0000 (22:53 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 8 Apr 2005 22:53:27 +0000 (22:53 +0000)
This had to be done because they did not take into account null characters.
([ 1179490 ] wxString::Replace() truncates strings containing null bytes) notified me of this.
Please test and let me know of any problems!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found