Changeset 10092c9a in mainline
- Timestamp:
- 2013-03-25T18:34:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a08005
- Parents:
- 5b56dc7
- Location:
- uspace/srv/fs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.c
r5b56dc7 r10092c9a 401 401 { 402 402 service_id_t service_id = nodep->idx->service_id; 403 exfat_cluster_t lastc ;403 exfat_cluster_t lastc = 0; 404 404 int rc; 405 405 -
uspace/srv/fs/fat/fat_fat.c
r5b56dc7 r10092c9a 785 785 { 786 786 service_id_t service_id = nodep->idx->service_id; 787 fat_cluster_t lastc ;787 fat_cluster_t lastc = 0; 788 788 uint8_t fatno; 789 789 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.