]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 22 Apr 2012 16:45:20 +0000 (16:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 22 Apr 2012 16:45:20 +0000 (16:45 +0000)
MagickWand/operation.c

index c77beecf83f257036e7457c8bf289ea7829756a8..952e295df5dbf0f0ddcef8bd1ebcf68984abd290 100644 (file)
@@ -4678,8 +4678,8 @@ WandExport void CLIOption(MagickCLI *cli_wand,const char *option,...)
 
 #if 1
     (void) FormatLocaleFile(stderr,
-      "CLIOption: \"%s\"  Count: %d  Flags: %04x  Args: \"%s\" \"%s\"\n",
-          option,count,option_type,arg1,arg2);
+      "CLIOption: \"%s\"  Count: %ld  Flags: %04x  Args: \"%s\" \"%s\"\n",
+          option,(long) count,option_type,arg1,arg2);
 #endif
   }