From d9be568f0083af04bc5f88bf477c02166c84e0fe Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Mon, 18 Jan 2010 00:21:39 +0100 Subject: [PATCH] LibVLC: fix another typo --- src/win32/specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ) ) { -- 2.39.2