summaryrefslogtreecommitdiff
path: root/patches/vdr-2.3.1.patch
blob: c37bb54dd41d8bb4b910cd0133e269821a8eddbd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ../vdr-2.3.2.plain/./epg.h  2015-08-09 13:25:04.000000000 +0200
+++ ./epg.h     2017-02-08 14:42:26.304063928 +0100
@@ -66,7 +66,7 @@

 class cSchedule;

-typedef u_int16_t tEventID;
+typedef u_int32_t tEventID;

 class cEvent : public cListObject {
   friend class cSchedule;