diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-02 22:23:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-02 22:23:34 +0000 |
commit | 591276107d759bf5d19af3eadd5675fdedfb8ec8 (patch) | |
tree | 5ed18ec4a031d00ed55760dc9577dd0d82f24457 /Master/texmf-dist/tex/context | |
parent | 11f39cfdbdd4910f828e49ff8adf0067b61a27c3 (diff) |
// -> / per Akira and Hans
git-svn-id: svn://tug.org/texlive/trunk@70359 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-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 |