change #'cat to return (unsigned-byte 8) vectors
Ignore-this: 7e329f1ce1d3d108be83c6d3ea2bd5 darcs-hash:20100915193512-16a00-d86150e25298ac7ee175727ea6146ee47f030246
This commit is contained in:
parent
819de36f0f
commit
c739b3eca0
1 changed files with 1 additions and 1 deletions
2
osc.lisp
2
osc.lisp
|
@ -351,7 +351,7 @@ not contain stale data."
|
|||
;; utility functions for osc-string/padding slonking
|
||||
|
||||
(defun cat (&rest catatac)
|
||||
(apply #'concatenate '(vector *) catatac))
|
||||
(apply #'concatenate '(vector (unsigned-byte 8)) catatac))
|
||||
|
||||
(defun padding-length (s)
|
||||
"returns the length of padding required for a given length of string"
|
||||
|
|
Loading…
Reference in a new issue