Patch #2981897: Add assert to embed file handling

This commit is contained in:
Jason Perkins 2011-08-24 16:07:53 -04:00
parent 7d1207a7cf
commit 764400861b

View File

@ -7,7 +7,7 @@
local function stripfile(fname)
local f = io.open(fname)
local s = f:read("*a")
local s = assert(f:read("*a"))
f:close()
-- strip tabs