]> git.sesse.net Git - vlc/commitdiff
LibVLC: fix another typo
authorPierre Ynard <linkfanel@yahoo.fr>
Sun, 17 Jan 2010 23:21:39 +0000 (00:21 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sun, 17 Jan 2010 23:21:39 +0000 (00:21 +0100)
src/win32/specific.c

index c896be5ab11daa0f22b5a15c6432203d9a85c8ce..66cf7813f87041f604f3ba1bdca6ed727cf7ac38 100644 (file)
@@ -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" ) ) )
     {