summaryrefslogtreecommitdiff
path: root/xmltv2vdr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r--xmltv2vdr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp
index 2cf0361..893c465 100644
--- a/xmltv2vdr.cpp
+++ b/xmltv2vdr.cpp
@@ -747,9 +747,9 @@ bool cEPGHandler::HandleEvent(cEvent* Event)
if (xevent->Title() && Event->Title())
{
- bool tChanged=false;
if (strcasecmp(xevent->Title(),Event->Title()))
{
+ bool tChanged=false;
// Title maybe changed, check AltTitle if exists
if (xevent->AltTitle())
{