reisoc
darcs-hash:20050126144903-2648a-9167a29d9c7501980cf0da1e3d09f66af4a47400.gz
This commit is contained in:
parent
dc9e11e3bc
commit
371b1f650e
1 changed files with 1 additions and 1 deletions
2
osc.lisp
2
osc.lisp
|
@ -187,7 +187,7 @@
|
|||
|
||||
(defun decode-float32 (s)
|
||||
"ieee754 float from a vector of 4 bytes in network byte order"
|
||||
#+sbcl (sb-kernel:make-single-float (decode-int32 s)))
|
||||
#+sbcl (sb-kernel:make-single-float (decode-int32 s))
|
||||
#-sbcl (error "cant decode floats using this implementation"))
|
||||
|
||||
(defun decode-int32 (s)
|
||||
|
|
Loading…
Reference in a new issue