diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 15:07:11 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 15:07:11 +0100 |
commit | 847b5a1a519b3945a1734f5859a80d459e865457 (patch) | |
tree | c649687b3124e3964da892dedb52671460725208 /luaotfload-tool.lua | |
parent | 74e0f21a51d805f9599dee98a6fe3804e4edee06 (diff) | |
download | luaotfload-847b5a1a519b3945a1734f5859a80d459e865457.tar.gz |
[db,tool] adapt --find to new db model
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 7c2beda..f9071d9 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -837,7 +837,7 @@ actions.query = function (job) if tmpspec.lookup == "name" or tmpspec.lookup == "anon" --- not *exactly* as resolvers.anon then - foundname, subfont = names.resolve (nil, nil, tmpspec) + foundname, subfont = names.resolve_name (tmpspec) if foundname then foundname, _, success = names.crude_file_lookup (foundname) end |