1
0
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:
Rhialto The M 2018-09-07 18:34:17 +02:00 committed by GitHub
commit dc4751bc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) {