From a526eee1651ca643a3f3c88a0c852a43261a7ebb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 27 Jun 2020 10:24:46 +0200 Subject: Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn't been active since version 1.7.29 --- HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 60e73480..d953a9db 100644 --- a/HISTORY +++ b/HISTORY @@ -9491,3 +9491,10 @@ Video Disk Recorder Revision History - Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when doing make (suggested by Tobisa Grimm). - Added CRC check of the CAT in cCaPidReceiver::Receive() (thanks to Helmut Binder). +- Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn't + been active since version 1.7.29 (reported by Helmut Binder). The original purpose of + this branch was to use a device that is currently not recording for switching to the + transponder of an upcoming VPS timer. However, this caused problems with more than + two bonded devices, which was "fixed" in version 1.7.29. Apparently this fix merely + rendered the whole code branch inactive. Now this branch is only executed for devices + that are not bonded. -- cgit v1.2.3