filonenko-mikhail / cl-portaudio

Common Lisp bindings to portaudio library
filonenko-mikhail.blogspot.com
24 stars 10 forks source link

translate-from-foreign calls null-pointer with an argument #1

Closed quicklisp closed 11 years ago

quicklisp commented 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.

filonenko-mikhail commented 11 years ago

Thanks a lot, fixed.