[vlc-devel] commit: LibVLC: fix another typo (Pierre Ynard )
git version control
git at videolan.org
Mon Jan 18 00:22:09 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 18 00:21:39 2010 +0100| [d9be568f0083af04bc5f88bf477c02166c84e0fe] | committer: Pierre Ynard
LibVLC: fix another typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9be568f0083af04bc5f88bf477c02166c84e0fe
---
src/win32/specific.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index c896be5..66cf781 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" ) ) )
{
More information about the vlc-devel
mailing list