]> git.corax.cc Git - mwm/commit
loop: Fix several issues in the loop implementation
authorMatthias Kruk <m@m10k.eu>
Sat, 8 May 2021 01:18:33 +0000 (10:18 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 8 May 2021 01:18:33 +0000 (10:18 +0900)
commitbbd4472b4dcba613711460044e678847d6aaa99a
tree069a17c0b4250e88ae5f6fd874dfc1f31935f888
parent34a6231747e4369b2090560ba12860b0ac7941f4
loop: Fix several issues in the loop implementation

There were several bugs in the loop implementation, most notably
in the search and remove methods. This commit fixes the bugs so
that it is possible to retrieve elements and remove elements
from loop structures.
loop.c
loop.h