summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.cpp b/process.cpp
index 6a7e47d..eb3023f 100644
--- a/process.cpp
+++ b/process.cpp
@@ -732,7 +732,7 @@ bool cProcessInfosatepg::AddInfosatEvent(cChannel *channel, cInfosatevent *iEven
// if shorttext is the same as the title -> skip short text
// this skips additional bug reporting in epg.c
- if (Event->ShortText() && Event->Title())
+ if (iEvent->ShortText() && iEvent->Title())
{
if (!strcmp(iEvent->ShortText(),iEvent->Title()))
{