mirror of
https://github.com/PDP-10/klh10.git
synced 2026-01-11 23:52:54 +00:00
Merge pull request #34 from atsampson/master
Add missing fclose after tape format detection.
This commit is contained in:
commit
dc4751bc6f
@ -886,6 +886,8 @@ vmt_rdmount(register struct vmtape *t,
|
||||
return FALSE;
|
||||
}
|
||||
dfn = ta->vmta_path;
|
||||
fclose(df);
|
||||
df = NULL;
|
||||
}
|
||||
havefmt:
|
||||
if (vmtfmttab[fmt].tf_flags & (VMTFF_CTL | VMTFF_XCTL)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user