Fixed dropping EPG events that have a zero start time or duration, in case it's an NVOD event

This commit is contained in:
Klaus Schmidinger
2005-06-11 16:05:11 +02:00
parent 3513e3d07e
commit 903a2d5850
3 changed files with 7 additions and 3 deletions

View File

@@ -3599,3 +3599,5 @@ Video Disk Recorder Revision History
first day not as full date, but just day of month (thanks to Henrik Niehaus for
reporting this one).
- Removed an unnecessary #include from osd.c (thanks to Wolfgang Rohdewald).
- Fixed dropping EPG events that have a zero start time or duration, in case it's
an NVOD event (thanks to Chris Warren).