summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-emb.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-emb.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-emb.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lpdf-emb.lmt b/tex/context/base/mkxl/lpdf-emb.lmt
index 9811c0843..d6252ae02 100644
--- a/tex/context/base/mkxl/lpdf-emb.lmt
+++ b/tex/context/base/mkxl/lpdf-emb.lmt
@@ -1826,7 +1826,7 @@ do
if kind == "font" then
return setmetatableindex(function(t,k)
local h = data[k]
- local v = direct(h[1]/255,h[2]/255,h[3]/255)
+ local v = h and direct(h[1]/255,h[2]/255,h[3]/255) or false
t[k] = v
return v
end)