summaryrefslogtreecommitdiff
path: root/tex/context/base/font-log.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-03-27 15:20:14 +0300
committerMarius <mariausol@gmail.com>2011-03-27 15:20:14 +0300
commit7343ad49feb683f1e82569cad484b9de40694b28 (patch)
treea3beef6dd6a74a51547c49828f96ae0b4b7ee023 /tex/context/base/font-log.lua
parentbc20cf026cb0d2a175c116c5840d167f341d885e (diff)
downloadcontext-7343ad49feb683f1e82569cad484b9de40694b28.tar.gz
beta 2011.03.27 14:17
Diffstat (limited to 'tex/context/base/font-log.lua')
-rw-r--r--tex/context/base/font-log.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-log.lua b/tex/context/base/font-log.lua
index 5f18c52cb..d89482737 100644
--- a/tex/context/base/font-log.lua
+++ b/tex/context/base/font-log.lua
@@ -43,7 +43,7 @@ function loggers.onetimemessage(font,char,message,reporter)
if not reporter then
reporter = report_defining
end
- reporter("char U+%04X in font '%s' with id %s: %s",char,tfmdata.properties.fullname,font,message)
+ reporter("char U+%05X in font '%s' with id %s: %s",char,tfmdata.properties.fullname,font,message)
category[char] = true
end
end