diff options
-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) |