diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-10 00:46:31 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-10 00:46:31 +0200 |
commit | 021f0c5e4859e15dc1d24cd232a327fd69446cb1 (patch) | |
tree | 53657d0a83a7e1faeeca9d643ce3ab0a997c1edd /luaotfload-tool.lua | |
parent | 4ae202183fb9e6cfadb81aefd6a8d26feb3de212 (diff) | |
download | luaotfload-021f0c5e4859e15dc1d24cd232a327fd69446cb1.tar.gz |
fix format specifier in diagnose printer
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 2 |
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) |