summaryrefslogtreecommitdiff
path: root/tex/context/base/node-inj.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-27 14:17:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-03-27 14:17:00 +0200
commit558dac3230c8a47d17fd4ad80201b0ccabb1fb55 (patch)
treeffca87b2bcb8229e3d9043229c36cde84cc5bc50 /tex/context/base/node-inj.lua
parente5cb80b1f67dd1acb700e996f24e93bc426e5ccb (diff)
downloadcontext-558dac3230c8a47d17fd4ad80201b0ccabb1fb55.tar.gz
beta 2011.03.27 14:17
Diffstat (limited to 'tex/context/base/node-inj.lua')
-rw-r--r--tex/context/base/node-inj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-inj.lua b/tex/context/base/node-inj.lua
index 80360b47b..6636e2f1a 100644
--- a/tex/context/base/node-inj.lua
+++ b/tex/context/base/node-inj.lua
@@ -109,7 +109,7 @@ function injections.setmark(start,base,factor,rlmode,ba,ma,index) --ba=baseancho
set_attribute(start,markdone,index)
return dx, dy, bound
else
- report_injections("possible problem, U+%04X is base mark without data (id: %s)",base.char,bound)
+ report_injections("possible problem, U+%05X is base mark without data (id: %s)",base.char,bound)
end
end
index = index or 1