Changeset 4bf6895 in mainline
- Timestamp:
- 2011-08-26T23:06:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ece4247
- Parents:
- 5d95f02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_fat.c
r5d95f02 r4bf6895 796 796 } else { 797 797 rc = fat_cluster_walk(bs, service_id, nodep->firstc, 798 &lastc, NULL, (uint 16_t) -1);798 &lastc, NULL, (uint32_t) -1); 799 799 if (rc != EOK) 800 800 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.