summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-10 15:01:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-10 15:01:23 +0100
commit8a49851b05507c61ca8fd1588e5bd334b021b7c1 (patch)
treefd11954b349a27a56cc0d59d15781b01f64bebd0 /HISTORY
parentb25efc415e04afc36e10c88cb9b8668a84cf1bb7 (diff)
downloadvdr-8a49851b05507c61ca8fd1588e5bd334b021b7c1.tar.gz
vdr-8a49851b05507c61ca8fd1588e5bd334b021b7c1.tar.bz2
Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2d004959..8a7a33f7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6792,3 +6792,5 @@ Video Disk Recorder Revision History
- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
Ville Skyttä pointing out that the argument sequence in the call was wrong).
- Removed a redundant NULL check in cDvbSpuDecoder::setTime() (thanks to Ville Skyttä).
+- Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()
+ (triggered by Ville Skyttä pointing out that the variable HasSnr was unused).