diff options
Diffstat (limited to 'tex/context/base/mkiv/strc-mar.lua')
-rw-r--r-- | tex/context/base/mkiv/strc-mar.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 |