Changeset 7658 for branches


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

No such thing as a namestrig.

File:
1 edited

Legend:

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

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