diff mplayer.c @ 1857:5bae42c5577b

fixed lirc uninit
author arpi
date Wed, 05 Sep 2001 11:00:11 +0000
parents 52fc1dc76652
children bb7710b16dc2
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));
 
 }