summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-09 12:25:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-09 12:25:32 +0200
commit34f572f792eab72871f40e2f14747f903a81a34b (patch)
tree00807dad770be6aa67da713bc2b148d3be306655 /epg.h
parent44287ca25e00994d2582a4718d0dd2a707fc044f (diff)
downloadvdr-34f572f792eab72871f40e2f14747f903a81a34b.tar.gz
vdr-34f572f792eab72871f40e2f14747f903a81a34b.tar.bz2
Fixed handling line numbers in error messages when reading EPG data
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epg.h b/epg.h
index 949cd444..fe536a7d 100644
--- a/epg.h
+++ b/epg.h
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.h 4.5 2017/05/09 09:16:29 kls Exp $
+ * $Id: epg.h 4.6 2017/05/09 12:15:14 kls Exp $
*/
#ifndef __EPG_H
@@ -141,7 +141,7 @@ public:
cString ToDescr(void) const;
void Dump(FILE *f, const char *Prefix = "", bool InfoOnly = false) const;
bool Parse(char *s);
- static bool Read(FILE *f, cSchedule *Schedule);
+ static bool Read(FILE *f, cSchedule *Schedule, int &Line);
void FixEpgBugs(void);
};