diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-10-16 13:58:45 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-10-16 13:58:45 +0200 |
commit | f387bb5e777607389d153e209ab7e3bcdbe5a0e8 (patch) | |
tree | 09d5d881a5fcb795bf29bd7bb538c4ccf21e4697 /CONTRIBUTORS | |
parent | c5461ffd9f5f71b6847165034354347e032d9187 (diff) | |
download | vdr-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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88139b51..178a5cb5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3626,6 +3626,8 @@ Helmut Binder <cco@aon.at> lost in version 1.7.13 for adding a check for an empty command in cDvbTuner::GetSignalStats() to avoid a possible error message + for initializing the status variable in cDvbTuner::GetFrontendStatus() and + cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this Ulrich Eckhardt <uli@uli-eckhardt.de> for reporting a problem with shutdown after user inactivity in case a plugin is |