Bug fix.
This commit is contained in:
@ -385,7 +385,7 @@ local function iterate(db,func_on_iterate,end_func,count,cs,args)
|
||||
local line = fl:read("*l")
|
||||
if args.do_not_skip_removed_items or not db.indexes_pool[cs].deleted_items[line] then
|
||||
local ar = func_on_iterate(line,i,args)
|
||||
if ar then
|
||||
if ar ~= nil then
|
||||
args = ar
|
||||
return args
|
||||
end
|
||||
|
Reference in New Issue
Block a user