input redo

This commit is contained in:
kepler155c
2017-10-20 13:56:35 -04:00
parent c057f98830
commit 5e80591160
2 changed files with 48 additions and 34 deletions

View File

@@ -235,7 +235,7 @@ function Schematic:isCompressed(filename)
end
local magic = h.read() * 256 + h.read()
debug({ magic, gzipMagic })
h.close()
return magic == gzipMagic