summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/anch-pos.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/anch-pos.lmt')
-rw-r--r--tex/context/base/mkxl/anch-pos.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/anch-pos.lmt b/tex/context/base/mkxl/anch-pos.lmt
index 07e338cb6..d3b52ad4d 100644
--- a/tex/context/base/mkxl/anch-pos.lmt
+++ b/tex/context/base/mkxl/anch-pos.lmt
@@ -819,7 +819,7 @@ function jobpositions.used()
if positionsused == nil then
positionsused = false
for k, v in next, collected do
- if k ~= "shared" and next(v) then
+ if k ~= "shared" and type(v) == "table" and next(v) then
positionsused = true
break
end