diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-03 18:18:24 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-03 18:18:24 +0100 |
commit | 21e489dc4d4bd66f93a6aea3673e1ca3d317df31 (patch) | |
tree | 91e6c6f93bb25ad4d4977bda24b77f6f17313132 /luaotfload-override.lua | |
parent | 8cf52eed353886fcd078d0e3dc59d76c51445ed0 (diff) | |
download | luaotfload-21e489dc4d4bd66f93a6aea3673e1ca3d317df31.tar.gz |
[log] fix simple (windows) logger
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 030d162..a840909 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -312,7 +312,7 @@ local status_start = function (low, high) if os.type == "windows" then --- Assume broken terminal. status_writer = function (...) - names_report (high, ...) + names_report (mode, high, ...) end return end |