From: cristy Date: Sat, 6 Nov 2010 16:06:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78d6a6e0b222d95295aeab41ab11220cd727bfc6;p=imagemagick --- diff --git a/magick/cache.c b/magick/cache.c index 3cfc6e746..181e5e900 100644 --- a/magick/cache.c +++ b/magick/cache.c @@ -2121,8 +2121,7 @@ static Cache GetImagePixelCache(Image *image,const MagickBooleanType clone, status=OpenPixelCache(&clone_image,IOMode,exception); if (status != MagickFalse) { - if ((clone != MagickFalse) && - (cache_info->type != PingCache)) + if ((clone != MagickFalse) && (cache_info->type != PingCache)) status=ClonePixelCachePixels(clone_info,cache_info,exception); if (status != MagickFalse) {