* grub-core/fs/nilfs2.c (grub_nilfs2_uuid): Add missing field length.
This commit is contained in:
parent
1869edb5bc
commit
52a050751b
2 changed files with 5 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ grub_nilfs2_uuid (grub_device_t device, char **uuid)
|
|||
{
|
||||
*uuid =
|
||||
grub_xasprintf
|
||||
("%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%0x-%02x%02x%02x%02x%02x%02x",
|
||||
("%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
|
||||
data->sblock.s_uuid[0], data->sblock.s_uuid[1],
|
||||
data->sblock.s_uuid[2], data->sblock.s_uuid[3],
|
||||
data->sblock.s_uuid[4], data->sblock.s_uuid[5],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue