aboutsummaryrefslogblamecommitdiff
path: root/games/gtkradiant/files/patch-libs__l_net__l_net.c
blob: 7c22b10b8db3edec1f4964fafb28210a6d519372 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                        
--- ./libs/l_net/l_net.c.orig	Fri Feb 10 19:01:20 2006
+++ ./libs/l_net/l_net.c	Thu Mar 16 16:37:04 2006
@@ -84,8 +84,7 @@
 {
 #ifdef WIN32
 	return stricmp(addr1->ip, addr2->ip);
-#endif
-#ifdef __linux__
+#else
 	return strcasecmp(addr1->ip, addr2->ip);
 #endif
 } //end of the function Net_AddressCompare