Fixed generating the HashId in cEIT::cEIT()

This commit is contained in:
Klaus Schmidinger
2020-11-28 21:45:05 +01:00
parent 56e2ed2628
commit 375d25627d
3 changed files with 5 additions and 3 deletions

View File

@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
2020-11-24:
2020-11-28:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9547,3 +9547,4 @@ Video Disk Recorder Revision History
- Fixed parsing the '-l' command line option (reported by Harald Milz).
- Fixed possible compilation errors with libjpeg (thanks to Bernd Kuhls).
- Fixed "read incomplete section" errors (thanks to Helmut Binder).
- Fixed generating the HashId in cEIT::cEIT() (thanks to Helmut Binder).