r725 - trunk/code/q3_ui

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 26 07:31:18 EDT 2006


Author: thilo
Date: 2006-04-26 07:31:18 -0400 (Wed, 26 Apr 2006)
New Revision: 725

Modified:
   trunk/code/q3_ui/ui_demo2.c
Log:
strupr'ing demo filenames breaks demo selection on case sensitive file systems.


Modified: trunk/code/q3_ui/ui_demo2.c
===================================================================
--- trunk/code/q3_ui/ui_demo2.c	2006-04-26 11:27:12 UTC (rev 724)
+++ trunk/code/q3_ui/ui_demo2.c	2006-04-26 11:31:18 UTC (rev 725)
@@ -247,7 +247,7 @@
 		if (!Q_stricmp(demoname +  len - 4,".dm3"))
 			demoname[len-4] = '\0';
 
-		Q_strupr(demoname);
+//		Q_strupr(demoname);
 
 		demoname += len + 1;
 	}




More information about the quake3-commits mailing list