From ea32953713327d3718d644fd88f4a7f11de3ab82 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 28 Feb 2007 10:01:45 +0000 Subject: Resume file creation fixed --- media_player.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3