mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
Diminish buffer size
(still big enough for a pure 256-bits architecture...)
This commit is contained in:
parent
51166b9860
commit
9fad47dcd8
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user