Changeset 7653 for branches


Ignore:
Timestamp:
Nov 15, 2007, 4:22:11 PM (17 years ago)
Author:
Gary Byers
Message:

%UNIX-FILE-KIND: native-translate the namestring before calling %STAT.

File:
1 edited

Legend:

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

    r7646 r7653  
    314314
    315315(defun %unix-file-kind (path &optional check-for-link)
    316   (%file-kind (nth-value 1 (%stat path check-for-link))))
     316  (%file-kind (nth-value 1 (%stat (native-translated-namestrig path)
     317                                  check-for-link))))
    317318
    318319(defun %unix-fd-kind (fd)
Note: See TracChangeset for help on using the changeset viewer.