grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] Add %X option to printf functions


From: Daniel Kiper
Subject: Re: [PATCH 2/3] Add %X option to printf functions
Date: Tue, 15 Oct 2019 16:24:19 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Sat, Oct 05, 2019 at 12:44:26AM +0200, Javier Martinez Canillas wrote:
> From: Paulo Flabiano Smorigo <address@hidden>
>
> The printf(3) function has support for the %X format specifier, to output
> an unsigned hexadecimal integer in uppercase.
>
> This can be achived in GRUB using the %x format specifier in grub_printf()
> and calling grub_toupper(), but it is more convenient if there is support
> for %X in grub_printf().
>
> Signed-off-by: Paulo Flabiano Smorigo <address@hidden>
> Signed-off-by: Javier Martinez Canillas <address@hidden>

Reviewed-by: Daniel Kiper <address@hidden>

But I would like to see this as a first patch...

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]