From 24b3579d149a45fa3b09cc22aa09a6ac053bd392 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 1 Apr 2006 13:27:14 +0200 Subject: VPS timers now record only events that have exactly the given start time --- vdr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vdr.c') diff --git a/vdr.c b/vdr.c index 7ff749bf..2589e2e4 100644 --- a/vdr.c +++ b/vdr.c @@ -22,7 +22,7 @@ * * The project's page is at http://www.cadsoft.de/vdr * - * $Id: vdr.c 1.251 2006/03/26 09:16:53 kls Exp $ + * $Id: vdr.c 1.252 2006/04/01 12:55:33 kls Exp $ */ #include @@ -736,8 +736,6 @@ int main(int argc, char *argv[]) PreviousChannel[PreviousChannelIndex ^= 1] = LastChannel; // Timers and Recordings: if (!Timers.BeingEdited()) { - // Delete expired timers: - Timers.DeleteExpired(); // Assign events to timers: Timers.SetEvents(); // Must do all following calls with the exact same time! @@ -768,6 +766,8 @@ int main(int argc, char *argv[]) if (Timer->InVpsMargin()) TimerInVpsMargin = true; } + // Delete expired timers: + Timers.DeleteExpired(); } if (!Menu && Recordings.NeedsUpdate()) { Recordings.Update(); -- cgit v1.2.3