diff options
author | 2017-07-27 17:29:22 -0500 | |
---|---|---|
committer | 2017-07-27 17:29:22 -0500 | |
commit | 8408a79059afb83d3f371a07ac7ff7ef11dcdf2f (patch) | |
tree | 991c565deef6f6376d0f82a3df857006dc529ecf /plugins/data/load_dat.lua | |
parent | 14d282e0a447008fbefa4a1139a76a0a6de09227 (diff) |
plugins/data: use 2 column format and clean up some parse errors (nw)
Diffstat (limited to 'plugins/data/load_dat.lua')
-rw-r--r-- | plugins/data/load_dat.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/data/load_dat.lua b/plugins/data/load_dat.lua index 0cbc3d3c83a..6f80458c593 100644 --- a/plugins/data/load_dat.lua +++ b/plugins/data/load_dat.lua @@ -85,6 +85,7 @@ function datfile.open(file, vertag, fixupcb) ver = tostring(lfs.attributes(filepath, "change")) end if ver == dbver then + fh:close() return read, dbver end |