Skip to content

Commit

Permalink
print2
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 7, 2023
1 parent a285b97 commit c1c9a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,6 @@ _compare_pixels(
UINT32 *line_b = (UINT32*)pixels_b[y];
for (x = 0; x < xsize; x++, line_a++, line_b++) {
if ((*line_a & mask) != (*line_b & mask)) {
printf("mask fail linea %u lineb %u mask %u lineamask %u linebmask %u\n", *line_a, *line_b, mask, *line_a & mask, *line_b & mask);
return 1;
}
}
Expand Down

0 comments on commit c1c9a62

Please sign in to comment.