Changeset 675a2bb in mainline
- Timestamp:
- 2013-07-22T22:15:23Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cd6c84
- Parents:
- 0d110908
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r0d110908 r675a2bb 878 878 879 879 for (fat_no = 0; fat_no < fat_tot; fat_no++) { 880 rc = fat_get_cluster(bs, service_id, FAT1, e0, &e0);880 rc = fat_get_cluster(bs, service_id, FAT1, fat_no, &e0); 881 881 if (rc != EOK) 882 882 return EIO;
Note:
See TracChangeset
for help on using the changeset viewer.