Closed rikardfalkeborn closed 4 years ago
Returning a negative value in a function with bool as return value is the same as returning true. Fix this by returning false to indicate failure.
Returning a negative value in a function with bool as return value is the same as returning true. Fix this by returning false to indicate failure.