correct typo in one of the last changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-12-26 00:01:17 +00:00
parent 1a27a87d53
commit 74a3342702

View File

@ -634,7 +634,7 @@ int wxSocketImplMSW::Write(const void *buffer, int size)
}
/* If the socket is blocking, wait for writability (with a timeout) */
if ( BlockForOutputWithTimeout() )
if ( !BlockForOutputWithTimeout() )
return -1;
/* Write the data */