diff options
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 |