diff options
author | 2016-09-26 04:46:55 +1000 | |
---|---|---|
committer | 2016-09-26 04:51:59 +1000 | |
commit | 33b2c733955112083b2912d4115eb0465026b4d0 (patch) | |
tree | fbbf0f355577aaf9a18dfa5ce269615ed5e70bec /plugins/data/load_dat.lua | |
parent | fbbc293041838bf6007c439c57745f79b2c8d4fb (diff) |
srcclean (nw)
Diffstat (limited to 'plugins/data/load_dat.lua')
-rw-r--r-- | plugins/data/load_dat.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data/load_dat.lua b/plugins/data/load_dat.lua index 72956a8becb..e6d0c5d63b8 100644 --- a/plugins/data/load_dat.lua +++ b/plugins/data/load_dat.lua @@ -55,7 +55,7 @@ function datfile.open(file, vertag) set:gsub("([^,]+)", function(s) sets[#sets + 1] = s end) repeat tag1, epos = iter() - until tag1:sub(1, 1) == "$" + until tag1:sub(1, 1) == "$" tag1 = tag1:match("^$([^%s]*)") if not data[tag1] then data[tag1] = {} @@ -94,4 +94,4 @@ function datfile.open(file, vertag) return read, ver end -return datfile +return datfile |