summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-01-13 16:18:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-01-13 16:18:40 +0100
commit21f13f0ef178bf48e4b609e75e42e74f8e940fe8 (patch)
treefc48bf793a9dfc334820f8c10edd982d576351c0 /eit.h
parent08390642c8b1f8ab76e8c9322ab96b28aef9ae82 (diff)
downloadvdr-21f13f0ef178bf48e4b609e75e42e74f8e940fe8.tar.gz
vdr-21f13f0ef178bf48e4b609e75e42e74f8e940fe8.tar.bz2
Removed EPGBugfixLevel '3'
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/eit.h b/eit.h
index 13141962..48ab9133 100644
--- a/eit.h
+++ b/eit.h
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.h 1.12 2001/10/28 12:33:10 kls Exp $
+ * $Id: eit.h 1.13 2002/01/13 16:18:23 kls Exp $
***************************************************************************/
#ifndef __EIT_H
@@ -25,6 +25,8 @@
#include "thread.h"
#include "tools.h"
+#define MAXEPGBUGFIXLEVEL 2
+
class cEventInfo : public cListObject {
friend class cSchedule;
friend class cEIT;