diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/font-oup.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-oup.lua b/Master/texmf-dist/tex/context/base/mkiv/font-oup.lua index 767c80a95ad..049cc0743fe 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/font-oup.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/font-oup.lua @@ -761,7 +761,7 @@ local function checklookups(fontdata,missing,nofmissing) end end if parts then - parts[#parts//2+1].unicode = unicode + parts[#parts/2+1].unicode = unicode end end end |