From b4da1b8b6dfec941cb97cc14c7fc14040a7695ff Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Thu, 13 Oct 2011 19:58:23 +0200 Subject: NA tests, not working --- eepg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eepg.c') diff --git a/eepg.c b/eepg.c index 1232119..63394d0 100644 --- a/eepg.c +++ b/eepg.c @@ -3256,8 +3256,10 @@ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Dat char buffer[Utf8BufSize (ExtendedEventDescriptors->getMaximumTextLength (": ")) + 1]; pEvent->SetDescription (ExtendedEventDescriptors->getText (buffer, sizeof (buffer), ": ")); LogD(3, prep("Description: %s"), pEvent->Description()); - } else if (!HasExternalData) + } else if (!HasExternalData) { pEvent->SetDescription (NULL); + LogD(3, prep("SetDescription (NULL)")); + } if (DishEventDescriptor) { pEvent->SetTitle(DishEventDescriptor->getName()); -- cgit v1.2.3