summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-07-10 00:46:31 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-07-10 00:46:31 +0200
commit021f0c5e4859e15dc1d24cd232a327fd69446cb1 (patch)
tree53657d0a83a7e1faeeca9d643ce3ab0a997c1edd
parent4ae202183fb9e6cfadb81aefd6a8d26feb3de212 (diff)
downloadluaotfload-021f0c5e4859e15dc1d24cd232a327fd69446cb1.tar.gz
fix format specifier in diagnose printer
-rwxr-xr-xluaotfload-tool.lua2
1 files changed, 1 insertions, 1 deletions
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)