Changeset 13300
- Timestamp:
- 05/27/11 13:06:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/pathnames.lisp
r12617 r13300 324 324 case) 325 325 :version (if (null (pathname-host from)) 326 (if (eq (pathname-version to) :wild) 327 (pathname-version from) 326 (if (or (eq (pathname-version to) :wild) 327 (eq (pathname-version to) nil)) 328 (pathname-version source) 328 329 (pathname-version to)) 329 330 (translate-component (pathname-version source)
Note: See TracChangeset
for help on using the changeset viewer.