summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/font-ots.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-19 22:21:26 +0000
committerKarl Berry <karl@freefriends.org>2017-05-19 22:21:26 +0000
commit02d80ea895335df75e00859242939f1c46ef738b (patch)
tree321adf01c66b8d2925b191e5f710a4a97e980122 /Master/texmf-dist/tex/context/base/mkiv/font-ots.lua
parent2f05e748b4a6adff09c1139331b4012419c52152 (diff)
context/current (May 16 10:25)
git-svn-id: svn://tug.org/texlive/trunk@44436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/font-ots.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/font-ots.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-ots.lua b/Master/texmf-dist/tex/context/base/mkiv/font-ots.lua
index 16c2ce73581..04ecaa92341 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/font-ots.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/font-ots.lua
@@ -4289,9 +4289,9 @@ local function spaceinitializer(tfmdata,value) -- attr
if type(kern) ~= "table" then
left[k] = kern
elseif single then
- left[k] = v[3]
+ left[k] = kern[3]
else
- local one = v[1]
+ local one = kern[1]
if one then
left[k] = one[3]
end