minor bug fix
This commit is contained in:
parent
f9f1db874f
commit
faa0c191a4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ opnfile(f,s) FILE **f; char *s; {
|
||||||
|
|
||||||
unlfile(f,s) FILE *f; char *s; {
|
unlfile(f,s) FILE *f; char *s; {
|
||||||
|
|
||||||
fclose(f);
|
if (f) fclose(f);
|
||||||
if (unlink(s)<0)
|
if (unlink(s)<0)
|
||||||
error("%s incorrect, must be removed!!",s);
|
error("%s incorrect, must be removed!!",s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue