Fix silly bug
This commit is contained in:
parent
6b145111a0
commit
08a70d4b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ function f:where(func)
|
|||
while true do
|
||||
k, v = self:next()
|
||||
|
||||
if k ~= nil then
|
||||
if k == nil then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue