Forgotten to close a file. This is corrected.
This commit is contained in:
parent
4e7f357a26
commit
1fe1bc8c09
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ copyfile(n) {
|
||||||
fatal(0,"Cannot open libraryfile, call an expert");
|
fatal(0,"Cannot open libraryfile, call an expert");
|
||||||
}
|
}
|
||||||
while ((c = getc(f)) != EOF) putc(c,fpars);
|
while ((c = getc(f)) != EOF) putc(c,fpars);
|
||||||
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
install(target, source) string target, source; {
|
install(target, source) string target, source; {
|
||||||
|
|
Loading…
Add table
Reference in a new issue