mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Need to apply eof-object.
This commit is contained in:
parent
28676fcba9
commit
49072ebbf4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue