diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-13 19:58:23 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-13 19:58:23 +0200 |
commit | b4da1b8b6dfec941cb97cc14c7fc14040a7695ff (patch) | |
tree | 67c20d3a69c8484d57257ea047f341e633450a3a /eepg.c | |
parent | f30f80745607fe4573d8bcba3f643e8eb5ca72ac (diff) | |
download | vdr-plugin-eepg-b4da1b8b6dfec941cb97cc14c7fc14040a7695ff.tar.gz vdr-plugin-eepg-b4da1b8b6dfec941cb97cc14c7fc14040a7695ff.tar.bz2 |
NA tests, not working
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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()); |