mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Avoiding a zero sized array in cDevice::GetDevice()
This commit is contained in:
3
HISTORY
3
HISTORY
@@ -9816,7 +9816,7 @@ Video Disk Recorder Revision History
|
||||
- Added missing rounding when dividing frequencies in processing the NIT (thanks to
|
||||
Winfried K<>hler).
|
||||
|
||||
2022-12-06:
|
||||
2022-12-07:
|
||||
|
||||
- Fixed a compiler warning.
|
||||
- Fixed generating the index file in the cutter (reported by Christoph Haubrich).
|
||||
@@ -9830,3 +9830,4 @@ Video Disk Recorder Revision History
|
||||
to Marko M<>kel<65>).
|
||||
- Now avoiding unnecessary processing in cDvbSubtitleConverter::FinishPage() if there
|
||||
are no areas (thanks to Marko M<>kel<65>).
|
||||
- Avoiding a zero sized array in cDevice::GetDevice() (thanks to Marko M<>kel<65>).
|
||||
|
||||
Reference in New Issue
Block a user