summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ots.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-ots.lua')
-rw-r--r--tex/context/base/font-ots.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-ots.lua b/tex/context/base/font-ots.lua
index 40319ae99..0f457a834 100644
--- a/tex/context/base/font-ots.lua
+++ b/tex/context/base/font-ots.lua
@@ -2632,7 +2632,7 @@ local function handle_contextchain(head,start,dataset,sequence,contexts,rlmode)
local chainlookup = chainlookups[1] -- should be i when they can be different
if not chainlookup then
-- we just advance
- i = i + 1
+ i = i + 1 -- shouldn't that be #current
else
local chainkind = chainlookup.type
local chainproc = chainprocs[chainkind]