diff options
-rw-r--r-- | luatexbase-loader.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx index 057b2bf..73dcc72 100644 --- a/luatexbase-loader.dtx +++ b/luatexbase-loader.dtx @@ -291,7 +291,7 @@ end % % \begin{macrocode} local function load_module(mod) - local file = find_module_file(file) + local file = find_module_file(mod) if not file then return "\n\t[luatexbase.loader] Search failed" end |