Changeset 1a1a735 in mainline for uspace/app/hdisk/func_gpt.c
- Timestamp:
- 2013-07-26T18:29:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 903a897, 9f4650c
- Parents:
- 9bdfde73 (diff), 8559fa0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/func_gpt.c
r9bdfde73 r1a1a735 194 194 195 195 char *name; 196 printf("Name the partition: "); 196 197 rc = get_input_line(in, &name); 197 198 if (rc != EOK) { … … 200 201 } 201 202 203 printf("name: %s, len: %d\n", name, str_size(name)); 202 204 gpt_set_part_name(p, name, str_size(name)); 203 205
Note:
See TracChangeset
for help on using the changeset viewer.