summaryrefslogtreecommitdiff
path: root/tex/context/base/font-syn.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-10-09 22:15:06 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-10-09 22:15:06 +0200
commit726a663be481042003566d4614266b940b5a0c91 (patch)
tree23fd3d0213845875647c35491caba0edccc07b5f /tex/context/base/font-syn.lua
parent13fefb5c2324f81e4d1d5b881ba6508bf44186a7 (diff)
downloadcontext-726a663be481042003566d4614266b940b5a0c91.tar.gz
2015-10-09 21:30:00
Diffstat (limited to 'tex/context/base/font-syn.lua')
-rw-r--r--tex/context/base/font-syn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-syn.lua b/tex/context/base/font-syn.lua
index 1e9ed9076..5e2d3a1ef 100644
--- a/tex/context/base/font-syn.lua
+++ b/tex/context/base/font-syn.lua
@@ -1392,7 +1392,7 @@ end
function names.resolve(askedname,sub)
local found = names.resolvedspecification(askedname,sub)
if found then
- return found.filename, found.subfont and found.rawname
+ return found.filename, found.subfont and found.rawname, found.subfont
end
end