summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/strc-not.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-08 20:46:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-08 20:46:55 +0200
commit778f381ba6a448ab00d67994a412dd4226d43238 (patch)
treed9dade45016a572e6c22521bfb165f9829ac3192 /tex/context/base/mkxl/strc-not.lmt
parent2073fe5d88215dddd9a9e6421afaea7ab7db955a (diff)
downloadcontext-778f381ba6a448ab00d67994a412dd4226d43238.tar.gz
2021-10-08 20:07:00
Diffstat (limited to 'tex/context/base/mkxl/strc-not.lmt')
-rw-r--r--tex/context/base/mkxl/strc-not.lmt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/strc-not.lmt b/tex/context/base/mkxl/strc-not.lmt
index df3b00d78..e05228b2b 100644
--- a/tex/context/base/mkxl/strc-not.lmt
+++ b/tex/context/base/mkxl/strc-not.lmt
@@ -509,9 +509,9 @@ local function check_spacing(index,slot)
local pt = pn + pi
local mt = mn + mi
if trace_insert then
- report_insert("%s %i: %p plus %p minus %p","always ",n,gn,pn,mn)
- report_insert("%s %i: %p plus %p minus %p",i > 1 and "inbetween" or "before ",n,gi,pi,mi)
- report_insert("%s %i: %p plus %p minus %p","effective",n,gt,pt,mt)
+ report_insert("%s %i: %p plus %p minus %p","always ",index,gn,pn,mn)
+ report_insert("%s %i: %p plus %p minus %p",slot > 1 and "inbetween" or "before ",index,gi,pi,mi)
+ report_insert("%s %i: %p plus %p minus %p","effective",index,gt,pt,mt)
end
return gt, pt, mt
end