Changeset 7796 for branches


Ignore:
Timestamp:
Nov 30, 2007, 1:26:15 PM (17 years ago)
Author:
Gary Byers
Message:

Try to fix ENOUGH-NAMESTRING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/level-1/l1-files.lisp

    r7494 r7796  
    421421            ((and dir default-dir
    422422                  (eq (car dir) :absolute) (eq (car default-dir) :absolute))
    423                                         ; maybe make it relative to defaults
     423             ;; maybe make it relative to defaults             
    424424             (do ((p1 (cdr dir) (cdr p1))
    425425                  (p2 (cdr default-dir) (cdr p2)))
    426426                 ((or (null p2) (null p1) (not (equalp (car p1) (car p2))))
    427                   (when (and (null p2) (neq p1 (cdr dir)))
     427                  (when (and (null p2) (or t (neq p1 (cdr dir))))
    428428                    (setq dir (cons :relative p1)))))))
    429429      (setq dir (%directory-list-namestring dir logical-p))
Note: See TracChangeset for help on using the changeset viewer.