From efc7753c6174f16b380c15300b1a5909001a66a7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 26 Aug 2015 23:40:45 -0600 Subject: [PATCH] Correct typo in type declaration. Thanks to Denis Martines. --- debian/changelog | 6 ++++++ decode.lisp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.34.1