--- vdr-1.4.2-1-orig/timers.c 2006-09-08 00:15:09.000000000 +0300 +++ vdr-1.4.2-1/timers.c 2006-09-08 14:47:54.000000000 +0300 @@ -379,5 +379,5 @@ if (HasFlags(tfActive)) { - if (HasFlags(tfVps) && event && event->Vps()) { + if (HasFlags(tfVps) && event /*&& event->Vps()*/) { if (Margin || !Directly) { startTime = event->StartTime();