summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c4
1 files changed, 3 insertions, 1 deletions
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());