Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 8c3a218

Browse files
authored
Merge pull request #13 from Tube123/patch-1
Fixed getwpt()
2 parents 29adf4d + 4205338 commit 8c3a218

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/General.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ function getwpt(id)
697697
if get(s, 'Label') == id or iid == id then
698698
return s
699699
end
700+
iid = iid + 1
700701
end
701702

702703
return nil

0 commit comments

Comments
 (0)