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:
parent
1a27a87d53
commit
74a3342702
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user