Fixed a syntactically illegal LET.
This commit is contained in:
parent
2ecccd3546
commit
759e929fa8
|
@ -101,8 +101,8 @@
|
|||
read-fdport*-substring!/errno
|
||||
(extensible-port-local-data fd/port)))
|
||||
|
||||
(else ; Hack it
|
||||
(let lp ((i start (+ i 1)))
|
||||
;; Hack it
|
||||
(else (let lp ((i start))
|
||||
(if (= i end) (- end start)
|
||||
(let ((c (read-char fd/port)))
|
||||
(if (eof-object? c)
|
||||
|
|
Loading…
Reference in New Issue