diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2022-01-31 21:21:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2022-01-31 21:21:42 +0100 |
commit | 2a0222226a07a8ac8b3ea5c24591421b43bd2ef0 (patch) | |
tree | 10a5b697fd854f7b9b40500a544de8aace0beca1 /HISTORY | |
parent | 50c3951017411eabb5a14f43ccca91cd564f4d3a (diff) | |
download | vdr-2a0222226a07a8ac8b3ea5c24591421b43bd2ef0.tar.gz vdr-2a0222226a07a8ac8b3ea5c24591421b43bd2ef0.tar.bz2 |
Clarified some potentially mistakable code in cSectionHandler::SetStatus()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9766,7 +9766,7 @@ Video Disk Recorder Revision History (reported by Timo Weingärtner). - Official release. -2022-01-24: +2022-01-31: - Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning (reported by Marco Mäkelä). @@ -9776,3 +9776,5 @@ Video Disk Recorder Revision History - Fixed handling zero bytes in cH264Parser (thanks to Christoph Haubrich). - Fixed handling error conditions in the index file (reported by Markus Ehrnsperger). - Fixed a possible deadlock in cDevice::DetachAllReceivers() (thanks to Helmut Binder). +- Clarified some potentially mistakable code in cSectionHandler::SetStatus() (pointed + out by Onur Sentürk). |