]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 18 Jan 2014 15:17:26 +0000 (15:17 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 18 Jan 2014 15:17:26 +0000 (15:17 +0000)
MagickWand/operation.c

index 34837841cca09abd9163842946f311227d2f06a3..7943436a09b078b03425c0b0913c6316bbb80c3b 100644 (file)
   (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n", \
        flags, info.rho, info.sigma, info.xi, info.psi )
 \f
+/*
+  Constant declaration.
+*/
+const char
+  BackgroundColor[] = "#ffffff",  /* white */
+  BorderColor[] = "#dfdfdf",  /* gray */
+  MatteColor[] = "#bdbdbd";  /* gray */
+\f
 /*
 ** Function to report on the progress of image operations
 */
@@ -4155,7 +4163,7 @@ WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand,
               /*
                 Support old style syntax, filter="-option arg1".
               */
-              assert(arg1 != (unsigned char *) NULL);
+              assert(arg1 != (const char *) NULL);
               length=strlen(arg1);
               token=(char *) NULL;
               if (~length >= (MaxTextExtent-1))