Changeset 31718d1 in mainline


Ignore:
Timestamp:
2012-02-27T14:03:19Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e517715
Parents:
3df2907
Message:

mkexfat: Fix an error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkexfat/mkexfat.c

    r3df2907 r31718d1  
    807807                if (user_fs_size > cfg.volume_count * cfg.sector_size) {
    808808                        printf(NAME ": Error, the device is not big enough"
    809                             " to create the filesystem a filesystem of"
     809                            " to create a filesystem of"
    810810                            " the specified size.\n");
    811811                        return 1;
Note: See TracChangeset for help on using the changeset viewer.