Commit d9be568f authored by Pierre Ynard's avatar Pierre Ynard

LibVLC: fix another typo

parent c691aa04
......@@ -153,7 +153,7 @@ void system_Configure( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv
}
}
if( varInheritBool( p_this, "one-instance" )
if( var_InheritBool( p_this, "one-instance" )
|| ( var_InheritBool( p_this, "one-instance-when-started-from-file" )
&& var_InheritBool( p_this, "started-from-file" ) ) )
{
......
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