We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec82720 commit 459bdf7Copy full SHA for 459bdf7
1 file changed
src/libImaging/Paste.c
@@ -356,7 +356,7 @@ fill(
356
) {
357
/* fill opaque region */
358
359
- int x, y, i;
+ int x, y;
360
UINT8 ink8 = 0;
361
INT32 ink32 = 0L;
362
@@ -372,6 +372,7 @@ fill(
372
373
} else {
374
#if defined _WIN32 && !defined _WIN64
375
+ int i;
376
dx *= pixelsize;
377
for (y = 0; y < ysize; y++) {
378
UINT8 *out = (UINT8 *)imOut->image[y + dy] + dx;
0 commit comments