Added debuf printf()s to GSocket,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -466,7 +466,7 @@ wxUint32 wxSocketBase::_Write(const void *buffer, wxUint32 nbytes)
|
||||
break;
|
||||
|
||||
ret = GSocket_Write(m_socket, (const char *)buffer, nbytes);
|
||||
|
||||
|
||||
if (ret > 0)
|
||||
{
|
||||
total += ret;
|
||||
|
Reference in New Issue
Block a user