Fix silly bug

This commit is contained in:
Emik 2026-02-21 03:34:51 +01:00
parent 6b145111a0
commit 08a70d4b7d
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -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