Re: [PATCH 1/4] bli: don't use %pG format specifier

2023-10-05 Thread Laszlo Ersek
On 10/5/23 12:47, Oliver Steffen wrote: > We are about to revert the unified GUID type and it's printf format > specifier, so do use the explicit printf statement for the partition > UUID here instread. > > Signed-off-by: Oliver Steffen > --- > grub-core/commands/bli.c | 9 - > 1 file ch

[PATCH 1/4] bli: don't use %pG format specifier

2023-10-05 Thread Oliver Steffen
We are about to revert the unified GUID type and it's printf format specifier, so do use the explicit printf statement for the partition UUID here instread. Signed-off-by: Oliver Steffen --- grub-core/commands/bli.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/grub