From 234fd886b127ba72e913e6d16ceaac00c3f47867 Mon Sep 17 00:00:00 2001 From: espen Date: Tue, 11 Dec 2007 12:01:34 +0000 Subject: [PATCH] Fixed typo affecting CLISP --- gffi/memory.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gffi/memory.lisp b/gffi/memory.lisp index c753434..c73efbf 100644 --- a/gffi/memory.lisp +++ b/gffi/memory.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: memory.lisp,v 1.6 2007-10-17 17:04:56 espen Exp $ +;; $Id: memory.lisp,v 1.7 2007-12-11 12:01:34 espen Exp $ (in-package "GFFI") @@ -277,7 +277,7 @@ #-(or cmu sbcl) (loop for offset below length - do (setf (ref-uint-88 to offset) (ref-uint-8 from offset))) + do (setf (ref-uint-8 to offset) (ref-uint-8 from offset))) to) (defun clear-memory (from length &optional (offset 0)) -- 2.11.0