summaryrefslogtreecommitdiff
path: root/games/sdlquake2/files/patch-sv_user.c
blob: 2d71d225b4ae0b030baaa2361dcbd3d3227e23f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./sv_user.c.orig	Thu May 19 17:56:13 2005
+++ ./sv_user.c	Sun Feb 26 11:23:56 2006
@@ -1183,7 +1183,7 @@
 	sv_client->downloadsize = FS_LoadFile (name, NULL);
 
 	//adjust case and re-try
-#ifdef LINUX
+#if defined(__linux__) || defined(__FreeBSD__)
 	if (sv_client->downloadsize == -1)
 	{
 		Q_strlwr (name);