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