git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d0725
)
Oops (at least it wasn't a regression ;) )
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 3 Dec 2006 17:53:51 +0000
(17:53 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 3 Dec 2006 17:53:51 +0000
(17:53 +0000)
modules/control/rc.c
patch
|
blob
|
history
diff --git
a/modules/control/rc.c
b/modules/control/rc.c
index
d5a3456
..
4897d4c
100644
(file)
--- a/
modules/control/rc.c
+++ b/
modules/control/rc.c
@@
-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;
}
}