From: Kevin M. Rosenberg Date: Thu, 27 Aug 2015 05:40:45 +0000 (-0600) Subject: Correct typo in type declaration. Thanks to Denis Martines. X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=efc7753c6174f16b380c15300b1a5909001a66a7;hp=f375d1fc3a6616e95ae88bb33493bb99f920ba13 Correct typo in type declaration. Thanks to Denis Martines. --- diff --git a/debian/changelog b/debian/changelog index 7005d25..aaea6d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-base64 (3.3.4-1) unstable; urgency=medium + + * New upstream. (closes:796978) Thanks to Denis Martinez. + + -- Kevin M. Rosenberg Wed, 26 Aug 2015 23:39:46 -0600 + cl-base64 (3.3.3-2) unstable; urgency=low * Convert installation to dh-lisp diff --git a/decode.lisp b/decode.lisp index 1649daa..515b4d0 100644 --- a/decode.lisp +++ b/decode.lisp @@ -59,7 +59,7 @@ (:string '((simple-string result))) (:usb8-array - '((type (simple-array (usigned-byte 8) (*)) result)))) + '((type (simple-array (unsigned-byte 8) (*)) result)))) (fixnum ridx)) (do* ((bitstore 0) (bitcount 0)