summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-swf.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-13 01:20:16 +0200
committerMarius <mariausol@gmail.com>2013-03-13 01:20:16 +0200
commit4d6709d2eec4237345164c15be765be0669541d0 (patch)
tree110053b7da1c5638de03d45cf2898ebdd49188e5 /tex/context/base/lpdf-swf.lua
parent1253a5723d8188696f9ab801b13ec84f16c6bf6f (diff)
downloadcontext-4d6709d2eec4237345164c15be765be0669541d0.tar.gz
beta 2013.03.13 00:08
Diffstat (limited to 'tex/context/base/lpdf-swf.lua')
-rw-r--r--tex/context/base/lpdf-swf.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/lpdf-swf.lua b/tex/context/base/lpdf-swf.lua
index d3c2b41da..12c80036f 100644
--- a/tex/context/base/lpdf-swf.lua
+++ b/tex/context/base/lpdf-swf.lua
@@ -111,7 +111,7 @@ local function insertswf(spec)
prefix = format("^%s/",string.topattern(root))
end
if prefix and trace_swf then
- report_swf("using strip pattern '%s'",prefix)
+ report_swf("using strip pattern %a",prefix)
end
local function add(fullname,strip)
local filename = gsub(fullname,"^%./","")
@@ -124,7 +124,7 @@ local function insertswf(spec)
names[#names+1] = pdfstring(filename)
names[#names+1] = embeddedreference
if trace_swf then
- report_swf("embedding file '%s' as '%s'",fullname,usedname)
+ report_swf("embedding file %a as %a",fullname,usedname)
end
end
relativepaths = resources.relativepaths
@@ -135,7 +135,7 @@ local function insertswf(spec)
for i=1,#relativepaths do
local relativepath = relativepaths[i]
if trace_swf then
- report_swf("checking path '%s' relative to '%s'",relativepath,root)
+ report_swf("checking path %a relative to %a",relativepath,root)
end
local path = file.join(root == "" and "." or root,relativepath)
local files = dir.glob(path .. "/**")
@@ -152,7 +152,7 @@ local function insertswf(spec)
for i=1,#paths do
local path = paths[i]
if trace_swf then
- report_swf("checking path '%s'",path)
+ report_swf("checking path %a",path)
end
local files = dir.glob(path .. "/**")
for i=1,#files do