From d20403bc5ade47dea4241291f07b1b18910373e0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 8 Feb 2009 21:37:50 +0100 Subject: Fixed segfault --- process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) { -- cgit v1.2.3