Need to apply eof-object.

This commit is contained in:
Alex Shinn 2024-11-13 15:57:26 +09:00
parent 28676fcba9
commit 49072ebbf4

View file

@ -305,7 +305,7 @@
0 0
in))) in)))
(if (zero? len) (if (zero? len)
eof-object (eof-object)
res)))))) res))))))
;;> Returns an SXML representation of the record, as a row with ;;> Returns an SXML representation of the record, as a row with