]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo
authorGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 15 Mar 2000 14:34:41 +0000 (14:34 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 15 Mar 2000 14:34:41 +0000 (14:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/sockets/server.cpp

index d43fc768b9bcfcd0a480ef154b8dfd853440ac7e..47acc20ab4fc1d0c711ded571a78032d2c501c03 100644 (file)
@@ -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);