]> git.ipfire.org Git - thirdparty/grub.git/commit
guid: Make use of GUID printf format specifier
authorOliver Steffen <osteffen@redhat.com>
Fri, 26 May 2023 11:35:45 +0000 (13:35 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 1 Jun 2023 09:45:00 +0000 (11:45 +0200)
commit6ad116e5ff459ae06eb993d386da5e7589242667
tree84c9172a26b0dfb34ca4d11852c362e4bf6b0e8c
parentf82dbf2bd871e9cce327b511a393ffa543d7f69e
guid: Make use of GUID printf format specifier

Use the new printf format specifier %pG.

Fixes the text representation of GUIDs in the output of the lsefisystab
command (missing 4th dash).

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/efi/lsefi.c
grub-core/commands/efi/lsefisystab.c
grub-core/commands/probe.c
grub-core/kern/efi/efi.c
grub-core/loader/i386/xnu.c