mbrezu / cl-messagepack

A Common Lisp implementation of Message Pack
BSD 2-Clause "Simplified" License
29 stars 13 forks source link

Fix double float decoding in sbcl #6

Closed mateuszb closed 9 years ago

mateuszb commented 9 years ago

without this, on SBCL when sending data make-double-float fails with type mismatch on (unsigned-integer 32) whereas it is expecting (signed-integer 32)