![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch issue-242-c-call-char-result-wrong at cmucl / cmucl Commits: 40f30050 by Raymond Toy at 2023-07-01T07:25:32-07:00 Rename unsigned_to_bool to int_to_bool Forgot one place. - - - - - 1 changed file: - tests/issues.lisp Changes: ===================================== tests/issues.lisp ===================================== @@ -1074,7 +1074,7 @@ (flet ((fun (n) (setf test-arg n) (alien:alien-funcall - (alien:extern-alien "unsigned_to_bool" + (alien:extern-alien "int_to_bool" (function c-call:char)))) (expected (n) (if (zerop n) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/40f300500cfe1ee912a37fd6... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/40f300500cfe1ee912a37fd6... You're receiving this email because of your account on gitlab.common-lisp.net.