summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-03-16 11:22:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-03-16 11:22:21 +0100
commitc85272e94d0af90affd8ef0cd4228354f740b869 (patch)
tree6be5c07a804d21862acb0b134b74377c0dbff88a
parent5261fd663f87f8649fe265122b2b8c4513e53f27 (diff)
downloadvdr-c85272e94d0af90affd8ef0cd4228354f740b869.tar.gz
vdr-c85272e94d0af90affd8ef0cd4228354f740b869.tar.bz2
Fixed the EPG bugfix code number for the MAX_USEFUL_SUBTITLE_LENGTH fix
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY2
-rw-r--r--eit.c4
3 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 0152c5ff..33d17c67 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -548,3 +548,4 @@ Marcel Wiesweg <marcel.wiesweg@gmx.de>
Torsten Herz <torsten.herz@web.de>
for fixing a possible deadlock when using the "Blue" button in the "Schedules" menu
to switch to an other channel
+ for reporting a wrong EPG bugfix code number for the MAX_USEFUL_SUBTITLE_LENGTH fix
diff --git a/HISTORY b/HISTORY
index 26358c42..f781a5fd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1982,3 +1982,5 @@ Video Disk Recorder Revision History
by a plugin.
- Fixed a possible deadlock when using the "Blue" button in the "Schedules" menu
to switch to an other channel (thanks to Torsten Herz).
+- Fixed the EPG bugfix code number for the MAX_USEFUL_SUBTITLE_LENGTH fix (thanks to
+ Torsten Herz for reporting this one).
diff --git a/eit.c b/eit.c
index 99d1e21d..42740852 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.66 2003/03/16 11:14:35 kls Exp $
+ * $Id: eit.c 1.67 2003/03/16 11:20:05 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -607,7 +607,7 @@ void cEventInfo::FixEpgBugs(void)
free(pExtendedDescription);
pExtendedDescription = pSubtitle;
pSubtitle = NULL;
- EpgBugFixStat(5, GetChannelID());
+ EpgBugFixStat(6, GetChannelID());
}
}