* Silly tab filter breaking things

This commit is contained in:
Tim Angus 2007-04-01 13:42:03 +00:00
parent fb58d8f123
commit de364863be
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{