Commit feb459c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix

parent 45e0b4eb
......@@ -1067,7 +1067,7 @@ int VLC_VariableSet( int i_object, char const *psz_var, vlc_value_t value )
if( !strncmp( psz_var, "conf::", 6 ) )
psz_var += 6;
p_item = config_FindConfig( VLC_OBJECT(p_vlc), psz_newvar );
p_item = config_FindConfig( VLC_OBJECT(p_vlc), psz_var );
if( !p_item )
return VLC_ENOVAR;
......
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