Commit 9fad47dc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Diminish buffer size

(still big enough for a pure 256-bits architecture...)
parent 51166b98
......@@ -936,7 +936,7 @@ static mvar_t *mvar_IntegerSetNew( char *name, char *arg )
{
for( i = i_start; ; i += i_step )
{
char value[512];
char value[79];
if( ( i_step > 0 && i > i_stop ) ||
( i_step < 0 && i < i_stop ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment