summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-29 00:40:15 +0200
committerMarius <mariausol@gmail.com>2013-03-29 00:40:15 +0200
commitfa51b91a9f43ae55493d28761caf397c1d27207f (patch)
treeaaadc5766d0093a2e21fc64ee6b4aa32ef5cc4d4 /tex/context/base/font-otn.lua
parent6580c0d6985f98e634f2081b00576a15201c536b (diff)
downloadcontext-fa51b91a9f43ae55493d28761caf397c1d27207f.tar.gz
beta 2013.03.28 23:10
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index 739caa997..39a3f77dd 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -1899,7 +1899,11 @@ local function normal_handle_contextchain(head,start,kind,chainname,contexts,seq
-- logprocess("%s: multiple subchains for %s are not yet supported",cref(kind,chainname,chainlookupname),chainlookup and chainlookup.type or "?")
i = i + 1
end
- start = start.next
+ if start then
+ start = start.next
+ else
+ -- weird
+ end
until i > nofchainlookups
end
else