From 7322c8238e527f50b0cd50b35b231b2734a869ba Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 7 Nov 2012 23:16:00 +0100 Subject: beta 2012.11.07 23:16 --- tex/context/base/data-fil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/data-fil.lua') diff --git a/tex/context/base/data-fil.lua b/tex/context/base/data-fil.lua index 6eb29ac32..2030e5423 100644 --- a/tex/context/base/data-fil.lua +++ b/tex/context/base/data-fil.lua @@ -96,7 +96,7 @@ function loaders.file(specification,filetype) if trace_locating then report_files("file loader, '%s' loaded",filename) end - local s = f:read("*a") + local s = f:read("*a") -- io.readall(f) is faster but we never have large files here if checkgarbage then checkgarbage(#s) end -- cgit v1.2.3