From 13ef0038c75ec2a0e81712ee0cb2fae65c272da8 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 24 Jul 2012 11:17:03 +0200 Subject: Fixed two minor bugs --- import.cpp | 2 +- xmltv2vdr.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/import.cpp b/import.cpp index b543bac..de5d2a7 100644 --- a/import.cpp +++ b/import.cpp @@ -983,7 +983,7 @@ bool cImport::PutEvent(cEPGSource *Source, sqlite3 *Db, cSchedule* Schedule, #endif #if VDRVERSNUM < 10726 && (!EPGHANDLER) - event->SetTableID(0); // prevent EIT EPG to update this event + Event->SetTableID(0); // prevent EIT EPG to update this event #endif if (!added && changed) diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 2c188ee..72702d9 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -129,7 +129,6 @@ public: return (db!=NULL); } virtual bool IgnoreChannel(const cChannel *Channel); - virtual bool SetTitle(cEvent *Event,const char *Title); virtual bool SetShortText(cEvent *Event,const char *ShortText); virtual bool SetDescription(cEvent *Event,const char *Description); virtual bool HandleEvent(cEvent *Event); -- cgit v1.2.3