summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-11-19 22:50:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-11-19 22:50:00 +0100
commit2f39a561c13930c72772c2344cd4f8612eff33d6 (patch)
tree739ac8bfca42d22fc3a880b2bf73745f7b7dbe05 /tex/context/base/font-ctx.lua
parent04aa4bbecf30774917a3e3e52d3603479291c182 (diff)
downloadcontext-2f39a561c13930c72772c2344cd4f8612eff33d6.tar.gz
beta 2010.11.19 22:50
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r--tex/context/base/font-ctx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua
index a633fe259..bd20f2d6f 100644
--- a/tex/context/base/font-ctx.lua
+++ b/tex/context/base/font-ctx.lua
@@ -803,7 +803,7 @@ local nounicode = byte("?")
local function nametoslot(name,all) -- maybe some day rawdata
local tfmdata = fontdata[currentfont()]
local shared = tfmdata and tfmdata.shared
- local fntdata = shared and shared.otfdata or shared.afmdata
+ local fntdata = shared and (shared.otfdata or shared.afmdata)
if fntdata then
local unicode = fntdata.luatex.unicodes[name]
if not unicode then