]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 27 May 2013 19:25:25 +0000 (19:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 27 May 2013 19:25:25 +0000 (19:25 +0000)
MagickCore/channel.c

index 57b5b36f1099146ae484bd7d4efaaa4c3aa9610d..11b11c8f4afdc8ecf08e3cc8ad996726b629e141 100644 (file)
@@ -273,7 +273,6 @@ MagickExport Image *ChannelFxImage(const Image *image,const char *expression,
       }
       case ',':
       {
-        destination_channel=(PixelChannel) ((ssize_t) destination_channel+1);
         GetMagickToken(p,&p,token);
         break;
       }