From: cristy Date: Tue, 23 Jun 2015 01:13:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=923019bfcb8dccda226cbbccbab58a8f33f3f0b1;p=imagemagick --- diff --git a/MagickWand/operation.c b/MagickWand/operation.c index 14a3ec73e..28a090990 100644 --- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -3892,10 +3892,10 @@ WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, (void) ParsePageGeometry(_images,arg2,&geometry,_exception); offset.x=geometry.x; offset.y=geometry.y; - (void) ParsePageGeometry(_images,arg1,&geometry,_exception); source_image=_images; if (source_image->next != (Image *) NULL) source_image=source_image->next; + (void) ParsePageGeometry(source_image,arg1,&geometry,_exception); (void) CopyImagePixels(_images,source_image,&geometry,&offset, _exception); break;