%
*/
WandExport void ProcessScriptOptions(MagickCLI *cli_wand,const char *filename,
- int argc,char **argv,int index)
+ int argc,char **argv,int index)
{
ScriptTokenInfo
*token_info;
/* Process non-specific Option */
CLIOption(cli_wand, option, arg1, arg2);
+ (void) fflush(stdout);
+ (void) fflush(stderr);
DisableMSCWarning(4127)
} while (0); /* break block to next option */
CLIWandException(OptionFatalError,"ScriptIsBinary","");
break;
}
+ (void) fflush(stdout);
+ (void) fflush(stderr);
if (IfMagickTrue(cli_wand->wand.debug))
(void) LogMagickEvent(CommandEvent,GetMagickModule(),
"Script End \"%s\"", filename);
%
% The format of the ProcessCommandOptions method is:
%
-% int ProcessCommandOptions(MagickCLI *cli_wand,
-% int argc,char **argv,int index)
+% int ProcessCommandOptions(MagickCLI *cli_wand,int argc,char **argv,
+% int index)
%
% A description of each parameter follows:
%
/* 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 */
cli_wand->command=(const OptionInfo *)NULL;
CLIOption(cli_wand,"-write",option);
+ (void) fflush(stdout);
+ (void) fflush(stderr);
return(argc);
}
\f