changeset 1857:5bae42c5577b

fixed lirc uninit
author arpi
date Wed, 05 Sep 2001 11:00:11 +0000
parents 52fc1dc76652
children 88a88d0a3f94
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Wed Sep 05 10:49:04 2001 +0000
+++ b/mplayer.c	Wed Sep 05 11:00:11 2001 +0000
@@ -1908,7 +1908,7 @@
 if(curr_filename+1<num_filenames || use_gui){
     // partial uninit:
 
-  uninit_player(INITED_ALL-INITED_GUI);
+  uninit_player(INITED_ALL-(INITED_GUI+INITED_LIRC));
 
 }