PROTECT-PORT-OP saves the return value of CLOSE so better return (if #f #f) than (values).
This commit is contained in:
parent
024d938e39
commit
3c07ebb50f
|
@ -182,7 +182,7 @@
|
|||
(lambda (ignore)
|
||||
(list 'string-input-port))
|
||||
(lambda (ignore)
|
||||
(values))
|
||||
(if #f #f))
|
||||
(lambda (ignore buffer start needed)
|
||||
(eof-object))
|
||||
(lambda (port) #f)))
|
||||
|
|
Loading…
Reference in New Issue