Changeset ba55c194 in mainline
- Timestamp:
- 2012-02-25T13:17:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 392bd67c
- Parents:
- b200230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkexfat/mkexfat.c
rb200230 rba55c194 414 414 } else if (ncls == 1) { 415 415 /* This is the last cluster of this chain, mark it 416 * with EO K.416 * with EOF. 417 417 */ 418 418 fat[cur_cls] = host2uint32_t_le(0xFFFFFFFF);
Note:
See TracChangeset
for help on using the changeset viewer.