# HG changeset patch # User arpi # Date 1028915274 0 # Node ID 8e991cd2e7270473df7fb94da3a25feb12dc0b1d # Parent ce67cc1f0beb49f031a8a70bdaf76976372a5570 10l bug, noticed by Alexander Neundorf diff -r ce67cc1f0beb -r 8e991cd2e727 mplayer.c --- a/mplayer.c Fri Aug 09 17:43:49 2002 +0000 +++ b/mplayer.c Fri Aug 09 17:47:54 2002 +0000 @@ -1468,7 +1468,7 @@ if(play_n_frames>=0){ --play_n_frames; - if(play_n_frames<=0) eof = PT_NEXT_ENTRY; + if(play_n_frames<0) eof = PT_NEXT_ENTRY; } /*========================== PLAY AUDIO ============================*/