IOQ3 commit 2257

This commit is contained in:
Richard Allen 2012-10-04 14:32:50 +00:00
parent da9f8c8dc0
commit 4d091770eb

View file

@ -1672,7 +1672,7 @@ void NET_Sleep(int msec)
{
FD_SET(ip6_socket, &fdr);
if(ip6_socket > highestfd)
if((int)ip6_socket > highestfd)
highestfd = ip6_socket;
}