From: Cristy Date: Sat, 28 Jan 2017 15:20:58 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-7~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b26cd3d47c4dc49f09a8b0ed0ad12c4df347002;p=imagemagick ... --- diff --git a/MagickCore/channel.c b/MagickCore/channel.c index d2cf266c5..066073616 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -332,6 +332,7 @@ MagickExport Image *ChannelFxImage(const Image *image,const char *expression, { case AssignChannelOp: { + destination_channel=(PixelChannel) i; pixel=StringToDoubleInterval(token,(double) QuantumRange+1.0); GetNextToken(p,&p,MagickPathExtent,token); break;