{
CatchException(exception);
MagickCoreTerminus();
- _exit(CacheFatalError);
+ _exit((int) (CacheFatalError-FatalErrorException)+1);
}
exception=DestroyExceptionInfo(exception);
return(cache_view);
CatchException(&exception); \
(void) DestroyExceptionInfo(&exception); \
MagickCoreTerminus(); \
- _exit(severity); \
+ _exit((int) (severity-FatalErrorException)+1); \
}
#define ThrowFileException(exception,severity,tag,context) \
{ \
(void) FormatLocaleFile(stderr,".\n");
(void) fflush(stderr);
MagickCoreTerminus();
- exit(severity);
+ exit((int) (severity-FatalErrorException)+1);
}
\f
/*
/*
Validate the ImageMagick image processing suite.
*/
- MagickCoreGenesis(*argv,MagickFalse);
+ MagickCoreGenesis(*argv,MagickTrue);
(void) setlocale(LC_ALL,"");
(void) setlocale(LC_NUMERIC,"C");
iterations=1;