Changeset 836


Ignore:
Timestamp:
Jun 23, 2004, 9:24:03 PM (20 years ago)
Author:
Gary Byers
Message:

Remove a (debugging) call to FORMAT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/linux-files.lisp

    r835 r836  
    629629        (return))
    630630      (if in-fd
    631         (progn
    632           (format t "~& waiting for input")
    633631        (when (fd-input-available-p in-fd *ticks-per-second*)
    634632          (%stack-block ((buf 1024))
     
    644642                  (declare (dynamic-extent string))
    645643                  (%copy-ptr-to-ivector buf 0 string 0 n)
    646                   (write-sequence string out-stream :end n))))))))
     644                  (write-sequence string out-stream :end n)))))))
    647645      (let* ((statusflags (check-pid (external-process-pid p)
    648646                                     (logior
Note: See TracChangeset for help on using the changeset viewer.