r1055 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 1 09:42:03 EDT 2007


Author: tma
Date: 2007-04-01 09:42:03 -0400 (Sun, 01 Apr 2007)
New Revision: 1055

Modified:
   trunk/code/client/cl_keys.c
Log:
* Silly tab filter breaking things


Modified: trunk/code/client/cl_keys.c
===================================================================
--- trunk/code/client/cl_keys.c	2007-04-01 13:38:17 UTC (rev 1054)
+++ trunk/code/client/cl_keys.c	2007-04-01 13:42:03 UTC (rev 1055)
@@ -1470,7 +1470,7 @@
 			saveBufferLength = strlen( consoleSaveBuffer );
 
 			//ICK
-			additionalLength = lineLength + strlen( "999 999 999	" );
+			additionalLength = lineLength + strlen( "999 999 999  " );
 
 			if( saveBufferLength + additionalLength < MAX_CONSOLE_SAVE_BUFFER )
 			{




More information about the quake3-commits mailing list