Changeset 5317
- Timestamp:
- 02/28/08 04:24:59 (7 months ago)
- Files:
-
- wired/trunk/wired/files.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/wired/files.c
r5197 r5317 1315 1315 wi_string_t *realpath, *dirpath; 1316 1316 wi_array_t *array; 1317 wd_file_type_t type;1318 1317 wi_uinteger_t i, count; 1319 1318 … … 1328 1327 wi_string_append_path_component(realpath, WI_ARRAY(array, i)); 1329 1328 1330 type = wd_files_type(realpath);1331 1332 1329 if(wd_files_type(realpath) == WD_FILE_TYPE_DROPBOX) 1333 1330 return true;
