diff options
Diffstat (limited to 'patches/vdr-2.3.1.patch')
-rw-r--r-- | patches/vdr-2.3.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/vdr-2.3.1.patch b/patches/vdr-2.3.1.patch new file mode 100644 index 0000000..c37bb54 --- /dev/null +++ b/patches/vdr-2.3.1.patch @@ -0,0 +1,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; |