From 25fcad7435f56cdce2658336909f4da6a65589c0 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 13 Apr 2018 15:51:39 +0200 Subject: 2018-04-13 15:02:00 --- tex/context/base/mkiv/strc-mar.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/strc-mar.lua') diff --git a/tex/context/base/mkiv/strc-mar.lua b/tex/context/base/mkiv/strc-mar.lua index 24a7fd491..a2cbc2ab2 100644 --- a/tex/context/base/mkiv/strc-mar.lua +++ b/tex/context/base/mkiv/strc-mar.lua @@ -116,8 +116,7 @@ end -- identify range local function sweep(head,first,last) - for n in traverse(head) do - local id = getid(n) + for n, id in traverse(head) do if id == glyph_code then local a = getattr(n,a_marks) if not a then -- cgit v1.2.3