Removed a call to 'abort'; just a non-zero exit status is enough
This commit is contained in:
parent
b2f85981ad
commit
01535f998d
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ fatal(s) char *s; {
|
||||||
*/
|
*/
|
||||||
error("Fatal error: %s",s);
|
error("Fatal error: %s",s);
|
||||||
dump(0);
|
dump(0);
|
||||||
abort();
|
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue