From: Ryan Norton Date: Fri, 8 Apr 2005 22:53:27 +0000 (+0000) Subject: REWRITE wxStringBase::append and wxString::Replace. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/510bb7480c5138dd5127ed3d8b1d9cbab39983c9?ds=sidebyside;hp=510bb7480c5138dd5127ed3d8b1d9cbab39983c9 REWRITE wxStringBase::append and wxString::Replace. 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 ---