From 0c90188e8e4aab4c7b111e84b26a295a8eb5f1e3 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 30 Jan 2012 15:58:59 +0000 Subject: [PATCH] --- MagickCore/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0