Network/Win32: Update comment
Former-commit-id: 8e8592279e3df84c88ea14b9698dbb172ee21566
This commit is contained in:
parent
4ad1a47064
commit
65bc2d46e7
|
|
@ -145,7 +145,7 @@ namespace Nz
|
|||
if (ret > 0)
|
||||
{
|
||||
int code = GetLastErrorCode(handle, error);
|
||||
if (code < 0) //< GetLastSocketError() failed
|
||||
if (code < 0) //< GetLastErrorCode() failed
|
||||
return SocketState_NotConnected;
|
||||
|
||||
if (code)
|
||||
|
|
|
|||
Loading…
Reference in New Issue