summaryrefslogtreecommitdiff
path: root/tex/context/base/font-cid.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-cid.lua')
-rw-r--r--tex/context/base/font-cid.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-cid.lua b/tex/context/base/font-cid.lua
index 55b84e4ee..1d03bca4d 100644
--- a/tex/context/base/font-cid.lua
+++ b/tex/context/base/font-cid.lua
@@ -92,7 +92,7 @@ local function locate(registry,ordering,supplement)
if trace_loading then
report_otf("checking cidmap, registry: %s, ordering: %s, supplement: %s, filename: %s",registry,ordering,supplement,filename)
end
- local fullname = resolvers.find_file(filename,'cid') or ""
+ local fullname = resolvers.findfile(filename,'cid') or ""
if fullname ~= "" then
cidmap = cid.load(fullname)
if cidmap then