summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-12 09:51:52 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-12 09:51:52 +0200
commit4a9a0cb9382ffc70e68913b9fffd74b5a6d1a3d4 (patch)
treecc1947464a00316a6f52afad75b1f7113b351c73 /src/luaotfload-tool.lua
parent721459ab3de4766f852db44fc0f044037e64dfeb (diff)
downloadluaotfload-4a9a0cb9382ffc70e68913b9fffd74b5a6d1a3d4.tar.gz
[db] remove the alternative (and buggy) verbose file lookup
Also document the file lookup somewhat and rename it to ``font_file_lookup()``.
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-xsrc/luaotfload-tool.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 0db3eca..4a75dd1 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -1153,11 +1153,11 @@ actions.query = function (job)
then
foundname, subfont = names.resolve_name (tmpspec)
if foundname then
- foundname, _, success = names.crude_file_lookup (foundname)
+ foundname, _, success = names.font_file_lookup (foundname)
end
elseif tmpspec.lookup == "file" then
foundname, _, success =
- names.crude_file_lookup (tmpspec.name)
+ names.font_file_lookup (tmpspec.name)
end
if success then