summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuinn Stephens <quinn@osmora.org>2025-06-09 21:52:03 -0400
committerQuinn Stephens <quinn@osmora.org>2025-06-09 21:52:03 -0400
commitc1abbf40752027d5c0f8f4853312a882ae3088d6 (patch)
tree9d1b80c479cdb703ca8fc3ae424ee9f1ddecaf0b /Makefile
parent065d60fc962136d03a8a74eb235901aa14d87593 (diff)
Fix hashmap_find()
Modified hashmap_find() to properly fit the way lists work (where the list struct is technically a list entry at the end of a circular list). If this had not been fixed, hashmap_find() probably would have run into some sort of infinite loop or segmentation fault when it failed to find a matching entry. Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions