Changeset 15348
- Timestamp:
- Apr 30, 2012, 9:43:19 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/pathnames.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/pathnames.lisp
r15293 r15348 127 127 :if-does-not-exist if-does-not-exist 128 128 :element-type '(unsigned-byte 8)) 129 (when (null out) (return-from copy-file nil)) ;; :if-exists nil 129 130 (loop 130 131 as n = (stream-read-vector in buffer 0 4096) until (eql n 0)
Note:
See TracChangeset
for help on using the changeset viewer.
