diff options
author | phintuka <phintuka> | 2007-02-28 10:01:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-02-28 10:01:45 +0000 |
commit | ea32953713327d3718d644fd88f4a7f11de3ab82 (patch) | |
tree | 3d1a7f754d116225d2c324f89815a825e707badf | |
parent | 52d2324c5dbd9462cda845fd4a131e72882d9a51 (diff) | |
download | xineliboutput-ea32953713327d3718d644fd88f4a7f11de3ab82.tar.gz xineliboutput-ea32953713327d3718d644fd88f4a7f11de3ab82.tar.bz2 |
Resume file creation fixed
-rw-r--r-- | media_player.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media_player.c b/media_player.c index 29a1ca5d..73f8d6b8 100644 --- a/media_player.c +++ b/media_player.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.c,v 1.20 2007-01-14 17:30:22 phintuka Exp $ + * $Id: media_player.c,v 1.21 2007-02-28 10:01:45 phintuka Exp $ * */ @@ -279,6 +279,7 @@ void cXinelibPlayer::Activate(bool On) } else { unlink(m_ResumeFile); } + m_ResumeFile = NULL; } cXinelibDevice::Instance().PlayFile(NULL,0); m_Replaying = false; |