Minor fixes

This commit is contained in:
Jérôme Leclercq
2022-02-05 21:30:36 +01:00
parent 33dddf6d41
commit 6c35b0be57
7 changed files with 94 additions and 110 deletions

View File

@@ -94,7 +94,7 @@ namespace Nz
if (activeSockets == -1)
{
if (error)
*error = SocketImpl::TranslateErrnoToSocketError(errno);
*error = SocketImpl::TranslateErrorToSocketError(errno);
return 0;
}