r1323 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 16 16:57:09 EDT 2008


Author: thilo
Date: 2008-04-16 16:57:08 -0400 (Wed, 16 Apr 2008)
New Revision: 1323

Modified:
   trunk/code/qcommon/net_ip.c
Log:
fix obvious bug, thanks mattn2


Modified: trunk/code/qcommon/net_ip.c
===================================================================
--- trunk/code/qcommon/net_ip.c	2008-04-16 06:42:29 UTC (rev 1322)
+++ trunk/code/qcommon/net_ip.c	2008-04-16 20:57:08 UTC (rev 1323)
@@ -928,7 +928,7 @@
 	
 	memcpy(&curgroup.ipv6mr_multiaddr, &addr.sin6_addr, sizeof(curgroup.ipv6mr_multiaddr));
 
-	if(!*net_mcast6iface->string)
+	if(*net_mcast6iface->string)
 	{
 #ifdef _WIN32
 		curgroup.ipv6mr_interface = atoi(net_mcast6iface->string);




More information about the quake3-commits mailing list