PROTECT-PORT-OP saves the return value of CLOSE so better return (if #f #f) than (values).

This commit is contained in:
mainzelm 2002-09-11 14:38:56 +00:00
parent 024d938e39
commit 3c07ebb50f
1 changed files with 1 additions and 1 deletions

View File

@ -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)))