Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 17, 2021
1 parent b847557 commit d09e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ WandExport MagickBooleanType CompareImageCommand(ImageInfo *image_info,
(void) FormatLocaleFile(stderr," Offset: %.20g,%.20g\n",(double)
difference_image->page.x,(double) difference_image->page.y);
}
(void) ResetImagePage(image,"0x0+0+0");
(void) ResetImagePage(difference_image,"0x0+0+0");
status&=WriteImages(image_info,difference_image,argv[argc-1],exception);
if ((metadata != (char **) NULL) && (format != (char *) NULL))
{
Expand Down

0 comments on commit d09e86f

Please sign in to comment.