From f98ae169e1f6e2f3aa1f350c1c2331c0519dda29 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 4 Nov 2012 15:27:44 +0100 Subject: Fixed regenerating the index in case the recording spans over several files (was a side effect of the new frame detection) --- recording.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recording.c b/recording.c index bfe0fec9..b5cc02dd 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 2.69 2012/11/03 11:25:13 kls Exp $ + * $Id: recording.c 2.70 2012/11/04 15:27:44 kls Exp $ */ #include "recording.h" @@ -1584,6 +1584,7 @@ void cIndexFileGenerator::Action(void) ReplayFile = FileName.NextFile(); FileSize = 0; FrameOffset = -1; + Buffer.Clear(); } } // Recording has been processed: -- cgit v1.2.3