summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-noa.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-01-05 11:45:00 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-01-05 11:45:00 +0100
commit6032373f72b7980d5b197eb371f1d56ecb800ee8 (patch)
treea4b8909aea02ccedcffac468dc80e5c7d88850e6 /tex/context/base/mkxl/math-noa.lmt
parenta04a6e9b9b68a836f27d971115fd1049c04e6c19 (diff)
downloadcontext-6032373f72b7980d5b197eb371f1d56ecb800ee8.tar.gz
2021-01-05 10:44:00
Diffstat (limited to 'tex/context/base/mkxl/math-noa.lmt')
-rw-r--r--tex/context/base/mkxl/math-noa.lmt10
1 files changed, 8 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/math-noa.lmt b/tex/context/base/mkxl/math-noa.lmt
index 25e1823e2..c884e6927 100644
--- a/tex/context/base/mkxl/math-noa.lmt
+++ b/tex/context/base/mkxl/math-noa.lmt
@@ -661,8 +661,14 @@ do
local setnodecolor = colortracers.set
local function report_remap(tag,id,old,new,extra)
- report_remapping("remapping %s in font (%s,%s) from %C to %C%s",
- tag,id,fontdata[id].properties.fontname or "",old,new,extra)
+ if new then
+ report_remapping("remapping %s in font (%s,%s) from %C to %C%s",
+ tag,id,fontdata[id].properties.fontname or "",old,new,extra)
+ else
+ -- error !
+ report_remapping("remapping %s in font (%s,%s) from %C to ?",
+ tag,id,fontdata[id].properties.fontname or "",old)
+ end
end
local function checked(pointer)