close file handles when we're done reading them
This commit is contained in:
parent
efd83d6b8e
commit
776e19df41
@ -133,6 +133,7 @@ elseif opts.c then
|
||||
break
|
||||
end
|
||||
end
|
||||
inputf:close()
|
||||
vp(c)
|
||||
else
|
||||
vp("failed to open.")
|
||||
|
Loading…
Reference in New Issue
Block a user