From: cristy Date: Mon, 30 Jan 2012 15:58:59 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c90188e8e4aab4c7b111e84b26a295a8eb5f1e3;p=imagemagick --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index df92359d6..73321d2ae 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -1430,7 +1430,7 @@ MagickExport MagickBooleanType DrawClipPath(Image *image, (void) QueryColorCompliance("#ffffff",AllCompliance,&clone_info->fill, exception); clone_info->clip_mask=(char *) NULL; - status|=NegateImage(clip_mask,MagickFalse,exception); + status=NegateImage(clip_mask,MagickFalse,exception); (void) SetImageMask(image,clip_mask,exception); clip_mask=DestroyImage(clip_mask); clone_info=DestroyDrawInfo(clone_info);