r1296 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 5 22:19:01 EDT 2008


Author: thilo
Date: 2008-04-05 22:19:00 -0400 (Sat, 05 Apr 2008)
New Revision: 1296

Modified:
   trunk/code/qcommon/q_shared.c
Log:
revert changes to that one as this is not necessary.


Modified: trunk/code/qcommon/q_shared.c
===================================================================
--- trunk/code/qcommon/q_shared.c	2008-04-06 02:13:43 UTC (rev 1295)
+++ trunk/code/qcommon/q_shared.c	2008-04-06 02:19:00 UTC (rev 1296)
@@ -599,7 +599,7 @@
 	depth = 0;
 	do {
 		token = COM_ParseExt( program, qtrue );
-		if( *program && token[1] == 0 ) {
+		if( token[1] == 0 ) {
 			if( token[0] == '{' ) {
 				depth++;
 			}




More information about the quake3-commits mailing list