Removed a call to 'abort'; just a non-zero exit status is enough
This commit is contained in:
parent
b2f85981ad
commit
01535f998d
@ -66,7 +66,6 @@ fatal(s) char *s; {
|
||||
*/
|
||||
error("Fatal error: %s",s);
|
||||
dump(0);
|
||||
abort();
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user