Uses wxSocketBase::Unread instead of CreatePushback
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,7 +110,7 @@ wxProtocolError GetLine(wxSocketBase *sock, wxString& result) {
|
|||||||
result = result.Left(result.Length()-1);
|
result = result.Left(result.Length()-1);
|
||||||
|
|
||||||
size = ret-tmp_str+1;
|
size = ret-tmp_str+1;
|
||||||
sock->CreatePushbackBefore(&tmp_buf[size], avail-size);
|
sock->Unread(&tmp_buf[size], avail-size);
|
||||||
return wxPROTO_NOERR;
|
return wxPROTO_NOERR;
|
||||||
#undef PROTO_BSIZE
|
#undef PROTO_BSIZE
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user