From: cristy Date: Tue, 5 Feb 2013 14:07:59 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5f40a91c013256a09b3e3c66cb6ea036ab44b95;p=imagemagick --- diff --git a/coders/histogram.c b/coders/histogram.c index c07d47034..1964f55f0 100644 --- a/coders/histogram.c +++ b/coders/histogram.c @@ -339,7 +339,7 @@ static MagickBooleanType WriteHISTOGRAMImage(const ImageInfo *image_info, } histogram=(PixelInfo *) RelinquishMagickMemory(histogram); option=GetImageOption(image_info,"histogram:unique-colors"); - if ((option == (const char *) NULL) || (IsMagickTrue(option) != MagickFalse)) + if ((option == (const char *) NULL) || (IsStringTrue(option) != MagickFalse)) { FILE *file;