]> git.sesse.net Git - vlc/commit
Fix --syslog
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Dec 2009 16:45:04 +0000 (18:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Dec 2009 16:45:04 +0000 (18:45 +0200)
commita27a45508085160f814823a2792234d9b16a30b1
tree7da253d569b07960380a968b2b0f5a1916512e81
parentf0040526943e9b664ffcd8f3ed551f1029fe2dc5
Fix --syslog

psz_logmode is tested for NULLity, so we need to use *NonEmpty*.
Also, always delete the variable. If the reference count was 1, we will
revert back to the configuration value, which makes no difference.
src/libvlc.c