]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 29 Apr 2013 17:58:55 +0000 (17:58 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 29 Apr 2013 17:58:55 +0000 (17:58 +0000)
MagickCore/color.c

index bc4f700e8476a5cc94a96515957786a925874c76..129f0cba5c685106ed6f8eb8b15038e2c59f8b69 100644 (file)
@@ -2255,7 +2255,7 @@ MagickExport MagickBooleanType QueryColorCompliance(const char *name,
                   else
                     return(MagickFalse);
             }
-          } while (IfMagickTrue(isxdigit((int) ((unsigned char) name[n]))));
+          } while (isxdigit((int) ((unsigned char) *name)) != 0);
           depth=4*(n/4);
         }
       color->colorspace=sRGBColorspace;