summaryrefslogtreecommitdiff
path: root/patches/vdr-2.3.1.patch
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-05 14:51:57 +0100
committerhorchi <vdr@jwendel.de>2017-03-05 14:51:57 +0100
commit5eacf5bf36ddbac082a9e40a2bcdfd0f04fd3f9f (patch)
tree392875cb707b94aaba9d8941113eae35efaf2ec2 /patches/vdr-2.3.1.patch
downloadvdr-plugin-epg2vdr-5eacf5bf36ddbac082a9e40a2bcdfd0f04fd3f9f.tar.gz
vdr-plugin-epg2vdr-5eacf5bf36ddbac082a9e40a2bcdfd0f04fd3f9f.tar.bz2
commit of actual revision1.1.441.1.42
Diffstat (limited to 'patches/vdr-2.3.1.patch')
-rw-r--r--patches/vdr-2.3.1.patch11
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;