From 72ead3277a28998e01e96dae5f491453f4a9fcbf Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 11 Feb 1990 15:16:47 +0000 Subject: [PATCH] Fixed READ-VAR-STRING to bump the index past the characters. --- code/debug-info.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/debug-info.lisp b/code/debug-info.lisp index b80becf3f..0c8983dd7 100644 --- a/code/debug-info.lisp +++ b/code/debug-info.lisp @@ -98,6 +98,7 @@ (res `(make-string ,len))) `(progn (%primitive byte-blt ,vec ,index ,res 0 ,len) + (incf ,index ,len) ,res))) -- GitLab