summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-10-13 19:58:23 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-10-13 19:58:23 +0200
commitb4da1b8b6dfec941cb97cc14c7fc14040a7695ff (patch)
tree67c20d3a69c8484d57257ea047f341e633450a3a /eepg.c
parentf30f80745607fe4573d8bcba3f643e8eb5ca72ac (diff)
downloadvdr-plugin-eepg-b4da1b8b6dfec941cb97cc14c7fc14040a7695ff.tar.gz
vdr-plugin-eepg-b4da1b8b6dfec941cb97cc14c7fc14040a7695ff.tar.bz2
NA tests, not working
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());