summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-07-31 13:48:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-07-31 13:48:49 +0200
commit4278458e69cbc785975bcd5f27c4ce98ac1381b8 (patch)
treef33fb4b4ada0b93fe4d37de05a08728569608f76 /HISTORY
parent404124eca463c5ba8ce76b1b3ca4e9454eeee7d4 (diff)
downloadvdr-4278458e69cbc785975bcd5f27c4ce98ac1381b8.tar.gz
vdr-4278458e69cbc785975bcd5f27c4ce98ac1381b8.tar.bz2
Now checking Setup.InitialChannel for NULL before using it
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f5780e8e..1c9c0240 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6655,3 +6655,5 @@ Video Disk Recorder Revision History
- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).
- The isnumber() function now checks the given pointer for NULL (thanks to Holger
Dengler).
+- Now checking Setup.InitialChannel for NULL before using it (reported by
+ Christoph Haubrich).