Quick fix

This commit is contained in:
Jeremy 2024-05-22 23:43:25 -05:00
parent 7bf4cf8b53
commit 176ad609ce
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -128,7 +128,7 @@ namespace detail {
const char* signature,
source_location location
) {
if(as_bool(condition)) {
if(!as_bool(condition)) {
assert_fail(type, args, signature, location, message);
}
}