prevent core dump when the input file is not present
This commit is contained in:
parent
04dcaf5685
commit
9407523510
|
@ -84,7 +84,7 @@ error(s,a1,a2,a3,a4)
|
|||
fatal(s,a1,a2,a3,a4)
|
||||
char *s;
|
||||
{
|
||||
C_close();
|
||||
if (C_busy()) C_close();
|
||||
error(s,a1,a2,a3,a4);
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue