From: cristy Date: Mon, 22 Sep 2014 11:35:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1984 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6109ed1cfcbf77ec0cfe55a7032341ddc86c99d3;p=imagemagick --- diff --git a/MagickWand/magick-cli.c b/MagickWand/magick-cli.c index 44b271aa2..38a651f58 100644 --- a/MagickWand/magick-cli.c +++ b/MagickWand/magick-cli.c @@ -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); }