diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-09-13 15:24:24 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-09-13 15:24:24 -0700 |
commit | 464577e5185aceac6428cba6585713eb3a233a0b (patch) | |
tree | 82ea14e74e09968866294fe735a4744ee61c1069 /luaotfload.dtx | |
parent | a047f7b3c164f69b0713ee781aeefd07a27e8c61 (diff) | |
parent | 6494aafd35565dcc1b0689aa47f3ac5c4a103735 (diff) | |
download | luaotfload-464577e5185aceac6428cba6585713eb3a233a0b.tar.gz |
Merge pull request #133 from phi-gamma/master
sync, minor fixes
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index d1ed313..5be6094 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1974,7 +1974,7 @@ request_resolvers.anon = function (specification) for i=1, #type1_formats do local format = type1_formats[i] if resolvers.findfile(name, format) then - specification.name = file.addsuffix(name, format) + specification.forced = format return end end |