~ chicken-core (master) f748c0ad68054560d3c5ebf1f85bae8b84ecf0ca


commit f748c0ad68054560d3c5ebf1f85bae8b84ecf0ca
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Aug 16 21:07:05 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Aug 16 21:07:05 2026 +0200

    wrong variable name

diff --git a/library.scm b/library.scm
index 56e460f8..bdbc48e5 100644
--- a/library.scm
+++ b/library.scm
@@ -5861,7 +5861,7 @@ EOF
 	 (if (fx>= pos len)
 	     ""
 	     (let* ((rest (fx- len pos))
-                    (buffered (##sys#buffer->string buffered pos rest)))
+                    (buffered (##sys#buffer->string buf pos rest)))
 	       (##sys#setislot p 10 len)
 	       buffered))))
      )))
Trap