diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:18:28 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:18:28 +0100 |
commit | 023c24e88bae40f472cb0c37fc02ea67d4a5b5bc (patch) | |
tree | d152eca70175b6085825083b3548eab89550cf75 /epghandler.h | |
parent | 74f1fce1874992adb9c461997461129ec4d04559 (diff) | |
download | vdr-plugin-eepg-023c24e88bae40f472cb0c37fc02ea67d4a5b5bc.tar.gz vdr-plugin-eepg-023c24e88bae40f472cb0c37fc02ea67d4a5b5bc.tar.bz2 |
use std string for manipulation of Short Text from description
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.h b/epghandler.h index 003fd32..feaad9d 100644 --- a/epghandler.h +++ b/epghandler.h @@ -29,7 +29,7 @@ public: virtual bool SetStartTime(cEvent *Event, time_t StartTime); virtual bool SetDuration(cEvent *Event, int Duration); virtual bool SetVps(cEvent *Event, time_t Vps); - virtual bool FixEpgBugs(cEvent *Event) { return false; } + virtual bool FixEpgBugs(cEvent *Event); virtual bool HandleEvent(cEvent *Event); virtual bool SortSchedule(cSchedule *Schedule); virtual bool DropOutdated(cSchedule *Schedule, time_t SegmentStart, time_t SegmentEnd, uchar TableID, uchar Version); |