]> git.sesse.net Git - vlc/commit
Prevent these errors when using help flag
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Feb 2007 01:46:25 +0000 (01:46 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Feb 2007 01:46:25 +0000 (01:46 +0000)
commitbeedc2e23948325e219d82cd00b6450a53e49357
treec04848bbd6bd99f07338f5417603b95d5fc511f9
parentc6276f93df08f5b46b26983a6512a99536222757
Prevent these errors when using help flag
[00000001] main libvlc error: option daemon does not exist
[00000001] main libvlc error: option pidfile does not exist

The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
src/libvlc-common.c