From: Pierre Ynard Date: Sun, 17 Jan 2010 23:21:39 +0000 (+0100) Subject: LibVLC: fix another typo X-Git-Tag: 1.1.0-ff~1133 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d9be568f0083af04bc5f88bf477c02166c84e0fe;p=vlc LibVLC: fix another typo --- diff --git a/src/win32/specific.c b/src/win32/specific.c index c896be5ab1..66cf7813f8 100644 --- a/src/win32/specific.c +++ b/src/win32/specific.c @@ -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" ) ) ) {