diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-01-03 18:57:48 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-01-03 18:57:48 +0100 |
commit | fc926f81da5ac3d0a310a7fc8c960aee2b04c9bb (patch) | |
tree | 47723c32f55ed6d3717c118a8e6a9dd9e4b16da6 /process.h | |
parent | c0be4f653bd22b9ea3878a805ea97429a6a6d9f9 (diff) | |
download | vdr-plugin-infosatepg-fc926f81da5ac3d0a310a7fc8c960aee2b04c9bb.tar.gz vdr-plugin-infosatepg-fc926f81da5ac3d0a310a7fc8c960aee2b04c9bb.tar.bz2 |
Changed wakeup (now set automatically)
Changed setup
Changed device chooser
Bugfixed segfault with obsolete channels
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ private: bool AddInfosatEvent(cChannel *channel, cInfosatevent *iEvent); bool CheckOriginal(char *s,cInfosatevent *iEvent,cCharSetConv *conv); bool CheckAnnouncement(char *s,cInfosatevent *iEvent); - bool ParseInfosatepg(FILE *f); + bool ParseInfosatepg(FILE *f,int *firststarttime); cChannel *GetInfosatChannel(int frequency, int sid); u_long DoSum(u_long sum, const char *buf, int nBytes); cEvent *SearchEvent(cSchedule* Schedule, cInfosatevent *iEvent); |