Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9fad47dc
Commit
9fad47dc
authored
Jul 11, 2005
by
Rémi Denis-Courmont
Browse files
Diminish buffer size
(still big enough for a pure 256-bits architecture...)
parent
51166b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/http.c
View file @
9fad47dc
...
...
@@ -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
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment