summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index cc5d8a8..eb63103 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -674,7 +674,6 @@ static void CL_ParseConfigstring( int index ) {
Com_Printf( " %d \"%s\"\n", index, Q_FormatString( string ) );
}
- maxlen = CS_SIZE( index );
if( len >= maxlen ) {
Com_WPrintf(
"%s: index %d overflowed: %"PRIz" > %"PRIz"\n",