Changeset ae560da in mainline
- Timestamp:
- 2011-08-16T16:36:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 602c3d8c
- Parents:
- a9b756e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.c
ra9b756e rae560da 374 374 if (rc != EOK) 375 375 return rc; 376 rc = bitmap_clear_cluster(bs, devmap_handle, firstc); 377 if (rc != EOK) 378 return rc; 376 379 firstc = nextc; 377 380 }
Note:
See TracChangeset
for help on using the changeset viewer.