Fix file name

This commit is contained in:
Marcel Krüger 2020-06-16 21:17:43 +02:00
parent 1be299f4f1
commit 88effdc8dd
4 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ return function(filename, fontid, reencode)
return function(fontdir, usedcids)
if reencode and string.unpack(">I4", buf, tables.post[1]) == 0x00020000 then
usedcids = readpostnames(buf, tables.post[1] + 32, usedcids, require'parseEnc'(reencode))
usedcids = readpostnames(buf, tables.post[1] + 32, usedcids, require'luametalatex-font-enc'(reencode))
else
usedcids = table.move(usedcids, 1, #usedcids, 1, {})
end