summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-10-01 23:14:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-10-01 23:14:00 +0200
commita74fc8b35a066ab9f8a523287dc59d2a9edb28e4 (patch)
tree4c317bd6e7df9305095b4050d57277b4f6bf866f /tex/context/base/strc-lst.lua
parent61c1d2003dcba72d8c5a48076424372614bff9a4 (diff)
downloadcontext-a74fc8b35a066ab9f8a523287dc59d2a9edb28e4.tar.gz
beta 2010.10.01 23:14
Diffstat (limited to 'tex/context/base/strc-lst.lua')
-rw-r--r--tex/context/base/strc-lst.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/strc-lst.lua b/tex/context/base/strc-lst.lua
index c15b834d0..17de279a5 100644
--- a/tex/context/base/strc-lst.lua
+++ b/tex/context/base/strc-lst.lua
@@ -192,7 +192,7 @@ end
local function filtercollected(names, criterium, number, collected, forced, nested) -- names is hash or string
local numbers, depth = documents.data.numbers, documents.data.depth
local result, detail = { }, nil
- criterium = gsub(criterium," ","") -- not needed
+ criterium = gsub(criterium or ""," ","") -- not needed
forced = forced or { } -- todo: also on other branched, for the moment only needed for bookmarks
if type(names) == "string" then
names = settings_to_hash(names)