From: cristy Date: Fri, 4 Oct 2013 15:20:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ebc55832fc0da0a47fe166712d2486ad0143e6c;p=imagemagick --- diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index b1c86ffba..cff1c0fec 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -7575,12 +7575,12 @@ WandExport MagickBooleanType MogrifyImageList(ImageInfo *image_info, *complex_image; ComplexOperator - op; + operator; (void) SyncImageSettings(mogrify_info,*images,exception); - op=(MagickComplexOperator) ParseCommandOption(MagickComplexOptions, + operator=(ComplexOperator) ParseCommandOption(MagickComplexOptions, MagickFalse,argv[i+1]); - complex_image=ComplexImages(*images,op,exception); + complex_image=ComplexImages(*images,operator,exception); if (complex_image == (Image *) NULL) { status=MagickFalse;