summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-11-01 05:06:32 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-11-01 05:06:32 -0700
commit483aef134dc38b89bcc2196b868c5ba3a7595967 (patch)
treead652044e2296b31e81b21cd4e4748159143262b /luaotfload.dtx
parenteadcfc398b2fdda757148840480014b4551e6a3c (diff)
parent566bf20237bde2a90fd9703aadb03b71e8d3281b (diff)
downloadluaotfload-483aef134dc38b89bcc2196b868c5ba3a7595967.tar.gz
Merge pull request #141 from phi-gamma/master
sync with Context
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 5be6094..bf75d1b 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1933,8 +1933,8 @@ request_resolvers.file = function (specification)
local name = resolvefile(specification.name)
local suffix = file.suffix(name)
if formats[suffix] then
- specification.forced = suffix
- specification.name = file.removesuffix(name)
+ specification.forced = suffix
+ specification.forcedname = file.removesuffix(name)
else
specification.name = name
end