summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-10 14:37:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-10 14:37:55 +0100
commitda352e63c67c0e998bddbd293f9415d2f54a2b20 (patch)
tree94b1c72d8eb885a45fb595726fdf00d5c590bc3d /HISTORY
parent7d590428ec87706dd5b432f648c80184beaf989a (diff)
downloadvdr-da352e63c67c0e998bddbd293f9415d2f54a2b20.tar.gz
vdr-da352e63c67c0e998bddbd293f9415d2f54a2b20.tar.bz2
Removed redundant memset() in the ctor of cSatCableNumbers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fd03fb4f..1ed1f272 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6789,3 +6789,5 @@ Video Disk Recorder Revision History
Sundararaj Reel).
- Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many
link levels (reported by Sundararaj Reel).
+- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
+ Ville Skyttä pointing out that the argument sequence in the call was wrong).