From 217c78b80b34f31b4341d6257e28077255d6eb93 Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 16 Jul 2002 04:09:26 +0000 Subject: [PATCH] Fix for GetValue git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/textctrl.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0