20 Aug
2023
20 Aug
'23
12:11 a.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/image.c:
for (y=0; y<height; y++) { dst = (DWORD*)dst_row; - for (x=0; x<height; x++) + for (x=0; x<width; x++)
Thas it really strange, so I fixed that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3613#note_42784