Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
4ab1c771
Commit
4ab1c771
authored
Dec 03, 2006
by
dionoea
Browse files
Oops (at least it wasn't a regression ;) )
parent
a1d07250
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
4ab1c771
...
...
@@ -1492,8 +1492,8 @@ static int Other( vlc_object_t *p_this, char const *psz_cmd,
}
else
if
(
i_type
&
VLC_VAR_STRING
)
{
var_Set
Integer
(
p_input
->
p_libvlc_global
,
psz_name
,
newval
.
psz_string
);
var_Set
String
(
p_input
->
p_libvlc_global
,
psz_name
,
newval
.
psz_string
);
break
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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