From: David Webster Date: Tue, 16 Jul 2002 04:09:26 +0000 (+0000) Subject: Fix for GetValue X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/217c78b80b34f31b4341d6257e28077255d6eb93?ds=inline Fix for GetValue git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/textctrl.cpp b/src/os2/textctrl.cpp index b99d13006c..3949c8f787 100644 --- a/src/os2/textctrl.cpp +++ b/src/os2/textctrl.cpp @@ -340,7 +340,6 @@ wxString wxTextCtrl::GetValue() const if (*zStr == '\r') *zStr = '\n'; } - sStr = zStr; return sStr; } // end of wxTextCtrl::GetValue