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
GSoC
GSoC2018
macOS
vlc
Commits
da1291a1
Commit
da1291a1
authored
Feb 21, 2008
by
Rémi Denis-Courmont
Browse files
Remove useless check
parent
d06be22f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/misc/variables.c
View file @
da1291a1
...
...
@@ -1056,7 +1056,7 @@ void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
/* It's too much of a hassle to remove the ':' when we parse
* the cmd line :) */
if
(
i_name_len
&&
*
psz_option
==
':'
)
if
(
psz_option
[
0
]
==
':'
)
{
psz_option
++
;
i_name_len
--
;
...
...
Write
Preview
Markdown
is supported
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