mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
IOActive update for size_t vs int for buffer lengths
This commit is contained in:
@@ -761,7 +761,6 @@ size_t ILibAsyncServerSocket_GetConnections(ILibAsyncServerSocket_ServerModule s
|
||||
{
|
||||
if (ILibAsyncSocket_IsConnected(mod->AsyncSockets[i]))
|
||||
{
|
||||
ILibAsyncServerSocket_Data *data = (ILibAsyncServerSocket_Data*)ILibAsyncSocket_GetUser(mod->AsyncSockets[i]);
|
||||
connections[x++] = mod->AsyncSockets[i];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user