]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 22 Sep 2014 11:35:27 +0000 (11:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 22 Sep 2014 11:35:27 +0000 (11:35 +0000)
MagickWand/magick-cli.c

index 44b271aa20a90da2cb7d1557cb3543010e67b66b..38a651f58187077734056d33e35749c87e1ac93e 100644 (file)
@@ -472,8 +472,6 @@ WandExport int ProcessCommandOptions(MagickCLI *cli_wand,int argc,char **argv,
 
       /* Process standard image option */
       CLIOption(cli_wand, option, arg1, arg2);
-      (void) fflush(stdout);
-      (void) fflush(stderr);
 
 DisableMSCWarning(4127)
     } while (0); /* break block to next option */
@@ -526,8 +524,6 @@ RestoreMSCWarning
 
   cli_wand->command=(const OptionInfo *)NULL;
   CLIOption(cli_wand,"-write",option);
-  (void) fflush(stdout);
-  (void) fflush(stderr);
   return(argc);
 }
 \f