cli_wand->wand.exception = (ExceptionInfo *)NULL;
cli_wand=DestroyMagickCLI(cli_wand);
- return(IsMagickTrue(exception->severity > ErrorException));
+ return(IsMagickTrue(exception->severity < ErrorException));
}
status=MagickTrue;
CatchException(exception);
}
- if ((metadata != (char **) NULL) && (*metadata != (char *) NULL))
- {
- (void) fputs(*metadata,stdout);
- *metadata=DestroyString(*metadata);
- }
+ if ((metadata != (char **) NULL) && (*metadata != (char *) NULL))
+ {
+ (void) fputs(*metadata,stdout);
+ *metadata=DestroyString(*metadata);
+ }
return(status);
}
number_threads=GetOpenMPMaximumThreads();