Closed quicklisp closed 11 years ago
There's code in portaudio.lisp that looks like this:
(null-pointer value)
I think it's meant to be (null-pointer-p value). The full warning this causes in SBCL prevents building portaudio.
(null-pointer-p value)
Thanks a lot, fixed.
There's code in portaudio.lisp that looks like this:
I think it's meant to be
(null-pointer-p value)
. The full warning this causes in SBCL prevents building portaudio.