Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
[tool] fix crash in verbose error message
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-gamma committed Sep 29, 2016
1 parent e7df86a commit 21c660b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ local show_font_info = function (basename, askedname, detail, subfont)
[[%s is a font collection]], basename)
for subfont = 1, nfonts do
logreport (true, 1, "resolve",
[[Showing info for font no. %d]], n)
[[Showing info for font no. %d]],
subfont)
show_info_items(shortinfo[subfont])
if detail == true then
show_full_info(fullname, subfont)
Expand Down

0 comments on commit 21c660b

Please sign in to comment.