summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mlib-run.lua')
-rw-r--r--tex/context/base/mlib-run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mlib-run.lua b/tex/context/base/mlib-run.lua
index c7b24f0f7..25c1cb022 100644
--- a/tex/context/base/mlib-run.lua
+++ b/tex/context/base/mlib-run.lua
@@ -63,7 +63,7 @@ local function finder(name, mode, ftype)
elseif file.is_qualified_path(name) then
return name
else
- return resolvers.find_file(name,ftype)
+ return resolvers.findfile(name,ftype)
end
end