Changeset 820


Ignore:
Timestamp:
May 23, 2004, 4:37:13 PM (21 years ago)
Author:
Gary Byers
Message:

In GET-DESCRIPTOR-FOR, leave room for a #\Newline when copying an arbitrary
input stream to a temporary file.

File:
1 edited

Legend:

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

    r812 r820  
    588588                    (return))
    589589                  (let* ((len (length line)))
    590                     (%stack-block ((buf len))
     590                    (%stack-block ((buf (1+ len)))
    591591                      (%copy-ivector-to-ptr line 0 buf 0 len)
    592592                      (fd-write fd buf len)
Note: See TracChangeset for help on using the changeset viewer.