diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-01-11 12:09:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-01-11 12:09:00 +0100 |
commit | 7c1a1b89fbaa2bfad94ca825c4b734e459993654 (patch) | |
tree | 2e70a1a84a9dc33b72c63a8a44e575f76643f497 /tex/context/base/l-io.lua | |
parent | f5db49f15c3f9ec7dba40d6120b89df2cd0030ff (diff) | |
download | context-7c1a1b89fbaa2bfad94ca825c4b734e459993654.tar.gz |
stable 2008.01.11 12:09
Diffstat (limited to 'tex/context/base/l-io.lua')
-rw-r--r-- | tex/context/base/l-io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/l-io.lua b/tex/context/base/l-io.lua index b7783f892..7d3fea163 100644 --- a/tex/context/base/l-io.lua +++ b/tex/context/base/l-io.lua @@ -13,7 +13,7 @@ else end function io.loaddata(filename) - local f = io.open(filename) + local f = io.open(filename,'rb') if f then local data = f:read('*all') f:close() |