On Fri Aug 11 08:48:59 2023 +0000, **** wrote:
Dmitry Timoshkov replied on the mailing list:
Bartosz Kosiorek <wine@gitlab.winehq.org> wrote: > for (y=0; y<src_height; y++) > { > + ARGB *src_color = (ARGB*)(src + src_stride * y); ... > + src_color += sizeof(ARGB); > } > } This increment is incorrect. -- Dmitry.
It seems that Linux32 tests are failing with previous changes. Linux64 test were passing.