summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-28 00:00:18 +0300
committerMarius <mariausol@gmail.com>2013-04-28 00:00:18 +0300
commit7b94bc10110c2642e10f1951d3b161e204829a1c (patch)
tree4c196d16fa77b010198d54185ee280382249cf83 /tex/context/base/font-otn.lua
parentb2d6e3f2d74984616ec498cf03500f608eea37aa (diff)
downloadcontext-7b94bc10110c2642e10f1951d3b161e204829a1c.tar.gz
beta 2013.04.27 22:36
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index 36b5c4001..46d64c783 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -1896,7 +1896,6 @@ local function normal_handle_contextchain(head,start,kind,chainname,contexts,seq
end
else
-- is valid
- -- logprocess("%s: multiple subchains for %s are not yet supported",cref(kind,chainname,chainlookupname),chainlookup and chainlookup.type or "?")
i = i + 1
end
if start then
@@ -2277,6 +2276,9 @@ for s=1,#datasets do
if ok then
success = true
break
+ elseif not start then
+ -- don't ask why ... shouldn't happen
+ break
end
end
else