Changeset 4047
- Timestamp:
- 04/06/06 19:07:21 (2 years ago)
- Files:
-
- libwired/trunk/libwired/file/wi-fts.c (modified) (2 diffs)
- libwired/trunk/libwired/file/wi-fts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/file/wi-fts.c
r3582 r4047 117 117 WI_FTSENT *parent, *tmp; 118 118 size_t len; 119 119 120 120 /* Options check. */ 121 121 if (options & ~WI_FTS_OPTIONMASK) { … … 390 390 /* 391 391 * If reached the top, return to the original directory (or 392 * the root of the tree), and load the paths for the next root.392 * the root of the tree), and load the paths for the next root. 393 393 */ 394 394 if (p->fts_level == WI_FTS_ROOTLEVEL) { libwired/trunk/libwired/file/wi-fts.h
r3552 r4047 108 108 #define WI_FTS_ROOTPARENTLEVEL -1 109 109 #define WI_FTS_ROOTLEVEL 0 110 short fts_level;110 short fts_level; 111 111 112 112 #define WI_FTS_D 1
