summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-29 11:45:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-29 11:45:13 +0200
commitb8c2934668cd4c497bc5fcda0d18231d447af0ad (patch)
treec382378d7d36b0edfd26f918000ee39012cc6f67 /HISTORY
parent984c51ef917611c4c0ce0850339a3259984e14bc (diff)
downloadvdr-b8c2934668cd4c497bc5fcda0d18231d447af0ad.tar.gz
vdr-b8c2934668cd4c497bc5fcda0d18231d447af0ad.tar.bz2
Fixed an uninitialized variable in cDisplayChannel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 382451b7..ad868398 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2223,3 +2223,4 @@ Video Disk Recorder Revision History
- Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà).
- Single event timers are now deleted if the recording they are doing is
deleted before the timer ends.
+- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).