summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/net_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/net_ip.c b/src/qcommon/net_ip.c
index f7531c6e..6b4161a5 100644
--- a/src/qcommon/net_ip.c
+++ b/src/qcommon/net_ip.c
@@ -1669,7 +1669,7 @@ void NET_Sleep(int msec)
{
FD_SET(ip6_socket, &fdr);
- if(ip6_socket > highestfd)
+ if((int)ip6_socket > highestfd)
highestfd = ip6_socket;
}