From 49072ebbf450e40a42e73aa7ee8a44be212fd363 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 13 Nov 2024 15:57:26 +0900 Subject: [PATCH] Need to apply eof-object. --- lib/chibi/csv.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/csv.scm b/lib/chibi/csv.scm index 9f0c22f6..9d98d608 100644 --- a/lib/chibi/csv.scm +++ b/lib/chibi/csv.scm @@ -305,7 +305,7 @@ 0 in))) (if (zero? len) - eof-object + (eof-object) res)))))) ;;> Returns an SXML representation of the record, as a row with