Changeset 963ea42 in mainline
- Timestamp:
- 2011-08-02T19:57:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04a153f
- Parents:
- 0bd5ff1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_directory.c
r0bd5ff1 r963ea42 187 187 int rc, i; 188 188 size_t offset = 0; 189 aoff64_t start_pos = 0; 189 190 190 191 rc = exfat_directory_find(di, EXFAT_DENTRY_FILE, &d); 191 192 if (rc != EOK) 192 193 return rc; 194 start_pos = di->pos; 193 195 *df = d->file; 194 196 … … 221 223 return rc; 222 224 225 exfat_directory_seek(di, start_pos); 223 226 return EOK; 224 227 }
Note:
See TracChangeset
for help on using the changeset viewer.