Re: [PATCH v2 6/7] commands/probe: use grub_gpt_part_guid_snprint

2023-02-28 Thread Daniel Kiper
On Mon, Feb 20, 2023 at 07:56:29PM +0100, Oliver Steffen wrote: > Use the new function for printing the partition guid. > > Signed-off-by: Oliver Steffen This and next patch LGTM... > --- > grub-core/commands/probe.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff -

[PATCH v2 6/7] commands/probe: use grub_gpt_part_guid_snprint

2023-02-20 Thread Oliver Steffen
Use the new function for printing the partition guid. Signed-off-by: Oliver Steffen --- grub-core/commands/probe.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/grub-core/commands/probe.c b/grub-core/commands/probe.c index 9a80ea54f..3fe50d11e 100644 --- a/grub-