Changeset ede7ae1 in mainline
- Timestamp:
- 2011-08-25T20:41:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 462b418
- Parents:
- c80100f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
rc80100f rede7ae1 184 184 } 185 185 186 if (cfg.fat_type == FAT12 && cfg.sector_size != 512) {187 printf(NAME ": Error. Device block size is not 512 bytes for FAT12 file system.\n");188 return 2;189 }190 191 186 if (cfg.total_sectors == 0) { 192 187 printf(NAME ": Error. You must specify filesystem size.\n");
Note:
See TracChangeset
for help on using the changeset viewer.