]> git.sesse.net Git - vlc/commitdiff
Oops (at least it wasn't a regression ;) )
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 3 Dec 2006 17:53:51 +0000 (17:53 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 3 Dec 2006 17:53:51 +0000 (17:53 +0000)
modules/control/rc.c

index d5a345686d4ff62965c3e8b8ec6f3573d827adf3..4897d4c8cc8bc50f441d2fcdd5c29d63da1ea349 100644 (file)
@@ -1492,8 +1492,8 @@ static int Other( vlc_object_t *p_this, char const *psz_cmd,
                 }
                 else if( i_type & VLC_VAR_STRING )
                 {
-                    var_SetInteger( p_input->p_libvlc_global, psz_name,
-                                    newval.psz_string );
+                    var_SetString( p_input->p_libvlc_global, psz_name,
+                                   newval.psz_string );
                     break;
                 }
             }