Added missing initialization of cChannel::nameSourceMode

This commit is contained in:
Klaus Schmidinger
2024-03-01 14:33:28 +01:00
parent 2c66d57d4b
commit 18c9cef1ea
3 changed files with 5 additions and 2 deletions

View File

@@ -9887,7 +9887,8 @@ Video Disk Recorder Revision History
- Fixed possible duplicate component entries in the info of an ongoing recording
(reported by Christoph Haubrich).
2024-02-15:
2024-03-01:
- Fixed the move assignment operator to check for self-assignment (suggested by
Stefan Herdler).
- Added missing initialization of cChannel::nameSourceMode (thanks to Winfried K<>hler).