From 823081b59e4fe6e54b547c13e65df31504b7d418 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 7 Mar 2004 11:13:54 +0100 Subject: Fixed handling itemized texts in EPG data --- eit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eit.c') diff --git a/eit.c b/eit.c index 56ee2f58..59a8a867 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 1.90 2004/03/06 14:24:22 kls Exp $ + * $Id: eit.c 1.91 2004/03/07 10:36:57 kls Exp $ */ #include "eit.h" @@ -191,7 +191,7 @@ cEIT::cEIT(cSchedules *Schedules, int Source, u_char Tid, const u_char *Data) } if (ExtendedEventDescriptors) { char buffer[ExtendedEventDescriptors->getMaximumTextLength()]; - pEvent->SetDescription(ExtendedEventDescriptors->getText(buffer)); + pEvent->SetDescription(ExtendedEventDescriptors->getText(buffer, ": ")); } } delete ExtendedEventDescriptors; -- cgit v1.2.3