Changes between Initial Version and Version 1 of Ticket #69692
- Timestamp:
- Apr 7, 2024, 6:40:08 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69692 – Description
initial v1 16 16 The upstream is using now the "PixelInfo" type instead of "PixelPacket", and I believe that causes the error. 17 17 18 The patch itself can be retired very soon since the upstream a couple of days ago ditched "nullptr" in favor of "(PixelInfo*)NULL" type casting [2]. 18 The patch itself can be retired very soon since the upstream a couple of days ago ditched "nullptr" in favor of "(PixelInfo*)NULL" type casting [2]. This change wasn't released yet but we should expect this soon. 19 19 20 20