Add a missing parameter when displaying GPT partitions with an unknown
UUID. Submitted by: Pawel Worach pawel.worach | gmail MFC after: 1 week
This commit is contained in:
parent
ba98ce6bad
commit
4fdf20550c
@ -387,6 +387,7 @@ bd_printgptpart(struct open_disk *od, struct gpt_part *gp, char *prefix,
|
||||
sprintf(line, "%s: FreeBSD swap%s\n", prefix, stats);
|
||||
else
|
||||
sprintf(line, "%s: %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x%s\n",
|
||||
prefix,
|
||||
gp->gp_type.time_low, gp->gp_type.time_mid,
|
||||
gp->gp_type.time_hi_and_version,
|
||||
gp->gp_type.clock_seq_hi_and_reserved, gp->gp_type.clock_seq_low,
|
||||
|
Loading…
Reference in New Issue
Block a user