fix(geometry): use BJ_FALSE instead of 0 for bj_bool return #142
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
OragonEfreet/banjo!142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/geometry-return-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix inconsistent return type in bj_check_segments_hit where an
integer literal 0 was returned instead of the proper BJ_FALSE
constant for a function declared to return bj_bool.