diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-09-09 23:45:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-09-09 23:45:00 +0200 |
commit | cf3f5ed936ab0e84942af2e69862db6941c58d0f (patch) | |
tree | 195b942015faff3d0c03d0d1627185320e002548 /tex/context/base/l-io.lua | |
parent | 536e4dd4fe2e98c3cefdb9741507c20f4489e2c0 (diff) | |
download | context-cf3f5ed936ab0e84942af2e69862db6941c58d0f.tar.gz |
beta 2010.09.09 23:45
Diffstat (limited to 'tex/context/base/l-io.lua')
-rw-r--r-- | tex/context/base/l-io.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/l-io.lua b/tex/context/base/l-io.lua index fe988b107..f9a663519 100644 --- a/tex/context/base/l-io.lua +++ b/tex/context/base/l-io.lua @@ -38,6 +38,7 @@ function io.savedata(filename,data,joiner) f:write(data or "") end f:close() + io.flush() return true else return false |