From 021f0c5e4859e15dc1d24cd232a327fd69446cb1 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Jul 2013 00:46:31 +0200 Subject: fix format specifier in diagnose printer --- luaotfload-tool.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index c3c0f72..060b8a0 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -977,7 +977,7 @@ do local location = kpsefind_file (fname) if not location then errcnt = errcnt + 1 - out ("FAILED: file %d missing.", fname) + out ("FAILED: file %s missing.", fname) else out ("File: %s.", location) local raw = ioloaddata (location) -- cgit v1.2.3