aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
Diffstat (limited to 'code/client')
-rw-r--r--code/client/cl_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c
index 05d6a42..49082ff 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 )
{