Loading graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ComposerCommandEngine.h +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ class ComposerCommandEngine : protected CommandReaderBase { bool executeSetClientTarget(uint16_t length) { // 4 parameters followed by N rectangles if ((length - 4) % 4 != 0) { if (!length || (length - 4) % 4 != 0) { return false; } Loading Loading
graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ComposerCommandEngine.h +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ class ComposerCommandEngine : protected CommandReaderBase { bool executeSetClientTarget(uint16_t length) { // 4 parameters followed by N rectangles if ((length - 4) % 4 != 0) { if (!length || (length - 4) % 4 != 0) { return false; } Loading