From: Guillermo Rodriguez Garcia Date: Wed, 15 Mar 2000 14:34:41 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b28543293a62af24e1f5e0230cd72b0d852059e?ds=inline Fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/sockets/server.cpp b/samples/sockets/server.cpp index d43fc768b9..47acc20ab4 100644 --- a/samples/sockets/server.cpp +++ b/samples/sockets/server.cpp @@ -370,8 +370,6 @@ void MyFrame::OnSocketEvent(wxSocketEvent& event) // wxSocketEvent again. sock->SetNotify(wxSOCKET_LOST_FLAG); - m_text->AppendText(); - // Which test are we going to run? unsigned char c; sock->Read(&c, 1);