summaryrefslogtreecommitdiff
path: root/tex/context/base/font-tfm.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-03-13 00:08:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-03-13 00:08:00 +0100
commit1564c7a2753a36c58b7bec630309be771ca616c1 (patch)
treeeae599d8a78b30fa42439583db84d6b73e24f3c2 /tex/context/base/font-tfm.lua
parent0e99414568abe788b78a41305cc83e5a4c6b2714 (diff)
downloadcontext-1564c7a2753a36c58b7bec630309be771ca616c1.tar.gz
beta 2013.03.13 00:08
Diffstat (limited to 'tex/context/base/font-tfm.lua')
-rw-r--r--tex/context/base/font-tfm.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-tfm.lua b/tex/context/base/font-tfm.lua
index 53ef8dd99..316b947a3 100644
--- a/tex/context/base/font-tfm.lua
+++ b/tex/context/base/font-tfm.lua
@@ -57,7 +57,7 @@ local function read_from_tfm(specification)
local filename = specification.filename
local size = specification.size
if trace_defining then
- report_defining("loading tfm file %s at size %s",filename,size)
+ report_defining("loading tfm file %a at size %s",filename,size)
end
local tfmdata = font.read_tfm(filename,size) -- not cached, fast enough
if tfmdata then
@@ -132,7 +132,7 @@ local function check_tfm(specification,fullname) -- we could split up like afm/o
specification.format = "ofm"
return read_from_tfm(specification)
elseif trace_defining then
- report_defining("loading tfm with name %s fails",specification.name)
+ report_defining("loading tfm with name %a fails",specification.name)
end
end