summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-26 14:48:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-26 14:48:46 +0100
commit56f49073092ef1726d949e35454382bd4d38abb9 (patch)
tree7035253cb2282ea791ff0cdb646786eb2a920a06 /HISTORY
parentad552300510a2b5c989d5eda181d58c11d355ee2 (diff)
downloadvdr-56f49073092ef1726d949e35454382bd4d38abb9.tar.gz
vdr-56f49073092ef1726d949e35454382bd4d38abb9.tar.bz2
Removed an invalid access to Event->schedule in cSchedule::DelEvent()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1eefa478..bb52b4dd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3995,3 +3995,4 @@ Video Disk Recorder Revision History
(thanks to Kendy Kutzner).
- EPG events that are no longer in the currently broadcasted data stream are
now automatically deleted.
+- Removed an invalid access to Event->schedule in cSchedule::DelEvent().