summaryrefslogtreecommitdiff
path: root/tex/context/base/data-res.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-11-25 20:09:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-11-25 20:09:00 +0100
commit5e8bf69c911f752a3b2f691549e378915c53a360 (patch)
tree1573c92336dc9c85ff1372d5f8742dc407c553de /tex/context/base/data-res.lua
parent277b7556b6fe2fea89be61774a36b56e8f9a6e84 (diff)
downloadcontext-5e8bf69c911f752a3b2f691549e378915c53a360.tar.gz
beta 2013.11.25 20:09
Diffstat (limited to 'tex/context/base/data-res.lua')
-rw-r--r--tex/context/base/data-res.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/data-res.lua b/tex/context/base/data-res.lua
index f1ddb62aa..64c38f82c 100644
--- a/tex/context/base/data-res.lua
+++ b/tex/context/base/data-res.lua
@@ -1526,10 +1526,11 @@ local function findwildcardfiles(filename,allresults,result) -- todo: remap: and
end
else
local hashes = instance.hashes
+-- inspect(hashes)
for k=1,#hashes do
local hash = hashes[k]
local hashname, hashtype = hash.name, hash.type
- if doit(path,files[hashname][bname],bname,hashname,hashtype,result,allresults) then done = true end
+ if doit(path,files[hashname][base],base,hashname,hashtype,result,allresults) then done = true end
if done and not allresults then break end
end
end