summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-10-16 13:50:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-10-16 13:50:36 +0200
commitc5461ffd9f5f71b6847165034354347e032d9187 (patch)
treee9e4a37b07dc888394dd68f4721d25744c64f57d /HISTORY
parent8c1c92bff6a032582e480268ecc7048ecbf86fcd (diff)
downloadvdr-c5461ffd9f5f71b6847165034354347e032d9187.tar.gz
vdr-c5461ffd9f5f71b6847165034354347e032d9187.tar.bz2
Now checking for an empty command in cDvbTuner::GetSignalStats() to avoid a possible error message
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9e50ea2a..656e6e78 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9530,3 +9530,5 @@ Video Disk Recorder Revision History
several HD programmes.
- Added checking the symbol rate to cDvbTuner::IsTunedTo(), which apparently got lost
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).