Changeset 12953
- Timestamp:
- Oct 9, 2009, 11:22:06 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/pathnames.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/pathnames.lisp
r12248 r12953 487 487 (when (and do-files (%file*= name type sub)) 488 488 (multiple-value-bind (name type) (%std-name-and-type sub) 489 (setq ans (%cons-pathname (or dir-list (setq dir-list (reverse so-far))) name type ))489 (setq ans (%cons-pathname (or dir-list (setq dir-list (reverse so-far))) name type nil device)) 490 490 (when (or (null test) (funcall test ans)) 491 491 (push (if follow-links (truename ans) ans) result))))))))
Note:
See TracChangeset
for help on using the changeset viewer.
