Changeset 7234617 in mainline for uspace/app/mkfat/mkfat.c
- Timestamp:
- 2011-08-21T15:27:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fbe05e
- Parents:
- c56c4576
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
rc56c4576 r7234617 180 180 printf(NAME ": Block device has %" PRIuOFF64 " blocks.\n", 181 181 dev_nblocks); 182 printf("Device total size: %lld Mb\n", dev_nblocks*cfg.sector_size/(1024*1024));183 182 cfg.total_sectors = dev_nblocks; 184 183 }
Note:
See TracChangeset
for help on using the changeset viewer.