From 21e489dc4d4bd66f93a6aea3673e1ca3d317df31 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Sun, 3 Nov 2013 18:18:24 +0100
Subject: [log] fix simple (windows) logger

---
 luaotfload-override.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3