]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 23 Jun 2015 01:13:00 +0000 (01:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 23 Jun 2015 01:13:00 +0000 (01:13 +0000)
MagickWand/operation.c

index 14a3ec73e47223392d42cdd0957cf2ae2f6562b2..28a0909909e442b11fa0a075c29999ac8d292f40 100644 (file)
@@ -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;