summaryrefslogtreecommitdiff
path: root/src/hashmap.c
AgeCommit message (Collapse)Author
2025-06-10Remove unnecessary #includeQuinn Stephens
Signed-off-by: Quinn Stephens <quinn@osmora.org>
2025-06-09Fix hashmap_find()Quinn Stephens
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>
2025-06-07Import OCC sources to OSMORA.ORGIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org> Signed-off-by: Quinn Stephens <quinn@osmora.org>