diff options
author | phintuka <phintuka> | 2006-08-18 04:31:24 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-18 04:31:24 +0000 |
commit | 461032a7b971bdff72c7edf40d4360158e4d1353 (patch) | |
tree | df79d71a624a35f15753bf4cd64a345b27285bdd | |
parent | e77d85f0b2538547516f7fcf9ec9a32126629d52 (diff) | |
download | xineliboutput-461032a7b971bdff72c7edf40d4360158e4d1353.tar.gz xineliboutput-461032a7b971bdff72c7edf40d4360158e4d1353.tar.bz2 |
*** empty log message ***
-rw-r--r-- | media_player.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media_player.c b/media_player.c index 093c5890..c56c2655 100644 --- a/media_player.c +++ b/media_player.c @@ -4,7 +4,7 @@ * See the main source file '.c' for copyright information and * how to reach the author. * - * $Id: media_player.c,v 1.4 2006-08-18 04:24:02 phintuka Exp $ + * $Id: media_player.c,v 1.5 2006-08-18 04:31:24 phintuka Exp $ * */ @@ -252,7 +252,7 @@ bool cXinelibPlayer::NextFile(int step) asprintf(&m_ResumeFile, "%s.resume", m_File); Activate(true); - if(!m_bReplaying) + if(!m_Replaying) return false; return true; |