Changeset f3504c1 in mainline for uspace/app/fdisk/fdisk.c
- Timestamp:
- 2017-07-11T19:05:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94c05b89
- Parents:
- b2906c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fdisk/fdisk.c
rb2906c0 rf3504c1 520 520 /* Ask for volume label */ 521 521 printf("Enter volume label for new partition.\n"); 522 rc = tinput_read_i(tinput, "N o name", &label);522 rc = tinput_read_i(tinput, "New volume", &label); 523 523 if (rc != EOK) 524 524 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.