From 04f176b2489722283039e4c73e2f19e6a519fde1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 4 Jun 2012 10:29:19 +0200 Subject: Added SetComponents() to the EPG handler interface --- eit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eit.c') diff --git a/eit.c b/eit.c index 9840d9a2..12e1d242 100644 --- a/eit.c +++ b/eit.c @@ -8,7 +8,7 @@ * Robert Schneider and Rolf Hakenes . * Adapted to 'libsi' for VDR 1.3.0 by Marcel Wiesweg . * - * $Id: eit.c 2.19 2012/06/04 10:10:11 kls Exp $ + * $Id: eit.c 2.20 2012/06/04 10:26:10 kls Exp $ */ #include "eit.h" @@ -285,7 +285,7 @@ cEIT::cEIT(cSchedules *Schedules, int Source, u_char Tid, const u_char *Data, bo delete ExtendedEventDescriptors; delete ShortEventDescriptor; - pEvent->SetComponents(Components); + EpgHandlers.SetComponents(pEvent, Components); EpgHandlers.FixEpgBugs(pEvent); if (LinkChannels) -- cgit v1.2.3