1
0
Fork 0

Fixed stack overflow in \varfunc

This commit is contained in:
Eugene 2021-12-12 22:05:13 +02:00
parent 73c99cdca4
commit 029473919c
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ static void Cvar_Func_f( void ) {
funcType_t ftype;
const char *cvar_name;
char value[ 32 ];
char value[ 64 ];
cvar_t *cvar;
int ival;
float fval;