From 1d417431d675168fc56c2e9f8a9ea56a2768d7c7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Apr 2008 12:47:58 +0200 Subject: Fixed initializing the timer's flags in the cTimer copy constructor --- timers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timers.c') diff --git a/timers.c b/timers.c index c76511e8..356d8791 100644 --- a/timers.c +++ b/timers.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.c 1.73 2008/02/16 14:47:40 kls Exp $ + * $Id: timers.c 1.73.1.1 2008/04/13 12:47:12 kls Exp $ */ #include "timers.h" @@ -92,6 +92,7 @@ cTimer::cTimer(const cTimer &Timer) channel = NULL; aux = NULL; event = NULL; + flags = tfNone; *this = Timer; } -- cgit v1.2.3