summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-10-16 13:58:45 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-10-16 13:58:45 +0200
commitf387bb5e777607389d153e209ab7e3bcdbe5a0e8 (patch)
tree09d5d881a5fcb795bf29bd7bb538c4ccf21e4697 /HISTORY
parentc5461ffd9f5f71b6847165034354347e032d9187 (diff)
downloadvdr-f387bb5e777607389d153e209ab7e3bcdbe5a0e8.tar.gz
vdr-f387bb5e777607389d153e209ab7e3bcdbe5a0e8.tar.bz2
Now initializing the status variable in cDvbTuner::GetFrontendStatus() and cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this2.4.5
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 656e6e78..ea521e42 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9532,3 +9532,6 @@ Video Disk Recorder Revision History
in version 1.7.13 (thanks to Helmut Binder).
- Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a possible
error message (thanks to Helmut Binder).
+- Now initializing the status variable in cDvbTuner::GetFrontendStatus() and
+ cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
+ (thanks to Helmut Binder).