Removed a call to 'abort'; just a non-zero exit status is enough
This commit is contained in:
parent
00220b8b3d
commit
35c2daff59
@ -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…
x
Reference in New Issue
Block a user