summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-11 16:05:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-11 16:05:11 +0200
commit903a2d585033baba47288735a42e3e1146d6bfd6 (patch)
tree0b25ae297724007fb2d069df26449feb0ab0fa96 /HISTORY
parent3513e3d07ed9b3794415975cb0b4099b5df951fe (diff)
downloadvdr-903a2d585033baba47288735a42e3e1146d6bfd6.tar.gz
vdr-903a2d585033baba47288735a42e3e1146d6bfd6.tar.bz2
Fixed dropping EPG events that have a zero start time or duration, in case it's an NVOD event
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 79b2a1de..5953fd82 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).