Changeset 31718d1 in mainline
- Timestamp:
- 2012-02-27T14:03:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e517715
- Parents:
- 3df2907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkexfat/mkexfat.c
r3df2907 r31718d1 807 807 if (user_fs_size > cfg.volume_count * cfg.sector_size) { 808 808 printf(NAME ": Error, the device is not big enough" 809 " to create the filesystema filesystem of"809 " to create a filesystem of" 810 810 " the specified size.\n"); 811 811 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.