summaryrefslogtreecommitdiff
path: root/otfl-font-cid.lua
diff options
context:
space:
mode:
Diffstat (limited to 'otfl-font-cid.lua')
-rw-r--r--otfl-font-cid.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-cid.lua b/otfl-font-cid.lua
index 88de5fd..b1ddaae 100644
--- a/otfl-font-cid.lua
+++ b/otfl-font-cid.lua
@@ -85,7 +85,7 @@ local function locate(registry,ordering,supplement)
if trace_loading then
logs.report("load otf","checking cidmap, registry: %s, ordering: %s, supplement: %s, filename: %s",registry,ordering,supplement,filename)
end
- local fullname = input.find_file(filename,'cid') or ""
+ local fullname = resolvers.find_file(filename,'cid') or ""
if fullname ~= "" then
cidmap = fonts.cid.load(fullname)
if cidmap then