Changeset 5164

Show
Ignore:
Timestamp:
01/16/08 05:54:39 (7 months ago)
Author:
morris
Message:

Do logical walk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/file/wi-file.c

    r4770 r5164  
    176176        paths[1] = NULL; 
    177177 
    178         fts = wi_fts_open(paths, WI_FTS_PHYSICAL | WI_FTS_NOSTAT, NULL); 
     178        fts = wi_fts_open(paths, WI_FTS_LOGICAL | WI_FTS_NOSTAT, NULL); 
    179179 
    180180        if(!fts)