summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lpdf-emb.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-08-20 19:19:52 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-08-20 19:19:52 +0200
commitf6e7648f6126ffe087071531f03c674be32930f1 (patch)
tree2f2346b6d7cc3178c1ea7b3239b603c6f00e3493 /tex/context/base/mkiv/lpdf-emb.lua
parentf72c2cf29d36ae836c894bad29dfd965d1af0236 (diff)
downloadcontext-f6e7648f6126ffe087071531f03c674be32930f1.tar.gz
2019-08-20 17:28:00
Diffstat (limited to 'tex/context/base/mkiv/lpdf-emb.lua')
-rw-r--r--tex/context/base/mkiv/lpdf-emb.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/lpdf-emb.lua b/tex/context/base/mkiv/lpdf-emb.lua
index acb8a3082..dbf6fd4d3 100644
--- a/tex/context/base/mkiv/lpdf-emb.lua
+++ b/tex/context/base/mkiv/lpdf-emb.lua
@@ -1768,9 +1768,9 @@ function lpdf.flushfonts()
-- This will move to the tpk module where we will also deal
-- with bitmaps then.
local encoding, pfbfile, encfile = getmapentry(filename)
-if trace_fonts then
- report_fonts("file %a resolved to encoding %a and file %a",filename,encoding,pfbfile)
-end
+ if trace_fonts then
+ report_fonts("file %a resolved to encoding %a and file %a",filename,encoding,pfbfile)
+ end
if encoding and pfbfile then
filename = pfbfile
format = "type1"