Commit 4ab1c771 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops (at least it wasn't a regression ;) )

parent a1d07250
...@@ -1492,8 +1492,8 @@ static int Other( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1492,8 +1492,8 @@ static int Other( vlc_object_t *p_this, char const *psz_cmd,
} }
else if( i_type & VLC_VAR_STRING ) else if( i_type & VLC_VAR_STRING )
{ {
var_SetInteger( p_input->p_libvlc_global, psz_name, var_SetString( p_input->p_libvlc_global, psz_name,
newval.psz_string ); newval.psz_string );
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment