Fix thinko.
authorChris Hanson <org/chris-hanson/cph>
Wed, 15 May 1996 20:05:50 +0000 (20:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 15 May 1996 20:05:50 +0000 (20:05 +0000)
v7/src/edwin/process.scm

index b26bc0d191c4f10955c97f31bc75b1a709cd2883..8c1b8165ed86671bff36cc621887f59d2192be5c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: process.scm,v 1.49 1996/05/15 18:48:40 cph Exp $
+;;;    $Id: process.scm,v 1.50 1996/05/15 20:05:50 cph Exp $
 ;;;
 ;;;    Copyright (c) 1991-96 Massachusetts Institute of Technology
 ;;;
@@ -668,7 +668,9 @@ after the listing is made.)"
                                 port buffer 0 (- index start-index))))
                           (set! start-index (+ start-index n-written))
                           n-written))
-                      (output-port/close port)))))))
+                      (begin
+                        (output-port/close port)
+                        0)))))))
          (begin
            (output-port/close port)
            (receiver #f))))))