From de364863be4e89a963f362248a5dbeb4cc39ce78 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 1 Apr 2007 13:42:03 +0000 Subject: [PATCH] * Silly tab filter breaking things --- code/client/cl_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c index 05d6a42f..49082ffa 100644 --- a/code/client/cl_keys.c +++ b/code/client/cl_keys.c @@ -1470,7 +1470,7 @@ void CL_SaveConsoleHistory( void ) saveBufferLength = strlen( consoleSaveBuffer ); //ICK - additionalLength = lineLength + strlen( "999 999 999 " ); + additionalLength = lineLength + strlen( "999 999 999 " ); if( saveBufferLength + additionalLength < MAX_CONSOLE_SAVE_BUFFER ) {