[vlc-devel] commit: Remove dummy condition - looks like a cut&paste accident ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Mar 30 16:14:39 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 30 16:47:47 2008 +0300| [68996a07d479cc6e8dfe92094aa65c005fc05317]
Remove dummy condition - looks like a cut&paste accident
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68996a07d479cc6e8dfe92094aa65c005fc05317
---
src/libvlc-common.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-common.c b/src/libvlc-common.c
index 4440d06..a1625bb 100644
--- a/src/libvlc-common.c
+++ b/src/libvlc-common.c
@@ -1011,7 +1011,6 @@ int libvlc_InternalDestroy( libvlc_int_t *p_libvlc, vlc_bool_t b_release )
#ifndef WIN32
char* psz_pidfile = NULL;
- if( p_libvlc_global->p_module_bank )
if( config_GetInt( p_libvlc, "daemon" ) > 0 )
{
psz_pidfile = config_GetPsz( p_libvlc, "pidfile" );
More information about the vlc-devel
mailing list