mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the EPG bugfix code number for the MAX_USEFUL_SUBTITLE_LENGTH fix
This commit is contained in:
parent
5261fd663f
commit
c85272e94d
@ -548,3 +548,4 @@ Marcel Wiesweg <marcel.wiesweg@gmx.de>
|
|||||||
Torsten Herz <torsten.herz@web.de>
|
Torsten Herz <torsten.herz@web.de>
|
||||||
for fixing a possible deadlock when using the "Blue" button in the "Schedules" menu
|
for fixing a possible deadlock when using the "Blue" button in the "Schedules" menu
|
||||||
to switch to an other channel
|
to switch to an other channel
|
||||||
|
for reporting a wrong EPG bugfix code number for the MAX_USEFUL_SUBTITLE_LENGTH fix
|
||||||
|
2
HISTORY
2
HISTORY
@ -1982,3 +1982,5 @@ Video Disk Recorder Revision History
|
|||||||
by a plugin.
|
by a plugin.
|
||||||
- Fixed a possible deadlock when using the "Blue" button in the "Schedules" menu
|
- Fixed a possible deadlock when using the "Blue" button in the "Schedules" menu
|
||||||
to switch to an other channel (thanks to Torsten Herz).
|
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).
|
||||||
|
4
eit.c
4
eit.c
@ -16,7 +16,7 @@
|
|||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
* (at your option) any later version. *
|
* (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"
|
#include "eit.h"
|
||||||
@ -607,7 +607,7 @@ void cEventInfo::FixEpgBugs(void)
|
|||||||
free(pExtendedDescription);
|
free(pExtendedDescription);
|
||||||
pExtendedDescription = pSubtitle;
|
pExtendedDescription = pSubtitle;
|
||||||
pSubtitle = NULL;
|
pSubtitle = NULL;
|
||||||
EpgBugFixStat(5, GetChannelID());
|
EpgBugFixStat(6, GetChannelID());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user