From 8304d6d429dffe685597fc886048d9f2e2e1e9da Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 14 Dec 2013 14:29:21 +0100 Subject: [tool] switch blacklist printer to io.* --- luaotfload-tool.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index ec6ee57..deca5ea 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -773,7 +773,7 @@ actions.blacklist = function (job) names.read_blacklist() local n = 0 for n, entry in next, table.sortedkeys(names.blacklist) do - texiowrite_nl(stringformat("(%d %s)", n, entry)) + iowrite (stringformat("(%d %s)\n", n, entry)) end return true, false end @@ -867,7 +867,7 @@ actions.query = function (job) end if job.show_info then show_font_info (foundname, query, job.full_info, job.warnings) - texiowrite_nl "" + iowrite "\n" end else logs.names_report(false, 0, -- cgit v1.2.3