commit c903f730270fb685368df4281738320bc1b7b7e9 parent ea8b8b0f7a9bb637befd6445922b6a54a170278b Author: Tomas Hlavaty <tom@logand.com> Date: Sat, 3 Oct 2015 01:53:05 +0200 update commend Diffstat:
M | psf.lisp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/psf.lisp b/psf.lisp @@ -43,7 +43,7 @@ (defun next-unicode (reader) (loop - ;; sep #xff start #xfe + ;; seq #xfe, doesn't seem to be true while (rw:peek reader) collect (prog1 (rw:till reader '(#xff)) (assert (eql #xff (rw:next reader))))))