Merge 0.9->0.10

This commit is contained in:
Kim Alvefur 2016-02-25 22:37:41 +01:00
commit d17785e91f

View file

@ -152,6 +152,7 @@ local function atomic_store(filename, data)
if not ok then break end
ok, msg = f:close();
f = nil; -- no longer valid
if not ok then break end
return os_rename(scratch, filename);