diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-29 13:14:37 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-29 13:14:37 +0200 |
commit | 7fa4996bd7c20ee606cdf5e464bd8aca9ef3d936 (patch) | |
tree | eaa7537cf805091a79430cc16842348aa704627c /eepg.c | |
parent | e593a990f708d73ca5c1ad7636e39662722bcf05 (diff) | |
download | vdr-plugin-eepg-7fa4996bd7c20ee606cdf5e464bd8aca9ef3d936.tar.gz vdr-plugin-eepg-7fa4996bd7c20ee606cdf5e464bd8aca9ef3d936.tar.bz2 |
fix compile from forgoten {
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3272,7 +3272,7 @@ 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); if (DishEventDescriptor) { |