summaryrefslogtreecommitdiff
path: root/MagickWand/pixel-wand.c
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2011-10-13 23:41:15 +0000
committercristy <urban-warrior@git.imagemagick.org>2011-10-13 23:41:15 +0000
commit269c9413034627692b2a7d0a352f9dee4e8eada8 (patch)
tree4f7188ee79f7eecdd8b187dede62cf6f6cda8ebb /MagickWand/pixel-wand.c
parentc6e9179e0181ba6599e5f03c30996100dac1716f (diff)
downloadImageMagick-269c9413034627692b2a7d0a352f9dee4e8eada8.tar.gz
Diffstat (limited to 'MagickWand/pixel-wand.c')
-rw-r--r--MagickWand/pixel-wand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MagickWand/pixel-wand.c b/MagickWand/pixel-wand.c
index 130266127..0d6c6e64d 100644
--- a/MagickWand/pixel-wand.c
+++ b/MagickWand/pixel-wand.c
@@ -1698,7 +1698,7 @@ WandExport MagickBooleanType PixelSetColor(PixelWand *wand,const char *color)
assert(wand->signature == WandSignature);
if (wand->debug != MagickFalse)
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
- status=QueryMagickColorCompliance(color,AllCompliance,&pixel,wand->exception);
+ status=QueryColorCompliance(color,AllCompliance,&pixel,wand->exception);
if (status != MagickFalse)
wand->pixel=pixel;
return(status);