Now avoiding the memcpy() call in cGlyph::cGlyph() if the bitmap is empty

This commit is contained in:
Klaus Schmidinger
2022-12-06 12:30:13 +01:00
parent c06d2389e9
commit 0bb6f87776
3 changed files with 6 additions and 2 deletions

View File

@@ -2206,6 +2206,7 @@ Marko M
for reporting a flaw in initializing cDvbPlayerControl and cTransferControl
for reporting a possible call to poll() in cSectionHandler::Action() without any
filters
for avoiding the memcpy() call in cGlyph::cGlyph() if the bitmap is empty
Patrick Rother <krd-vdr@gulu.net>
for reporting a bug in defining timers that only differ in the day of week