From: anthony Date: Tue, 6 Mar 2012 11:09:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6069 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74f44d95c6303096063e959cb155ce2772784daa;p=imagemagick --- diff --git a/MagickWand/operation.c b/MagickWand/operation.c index 2b7ae46f6..aa4188888 100644 --- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -3537,7 +3537,7 @@ WandExport void CLIListOperatorImages(MagickCLI *cli_wand, { if (LocaleCompare("channel-ops",option+1) == 0) { - new_images=ChannelOperationImage(*images,argv[i+1],exception); + new_images=ChannelOperationImage(images,arg1,exception); break; } if (LocaleCompare("clut",option+1) == 0)