]> git.ipfire.org Git - thirdparty/grub.git/commit
loader/i386/pc/linux: Use PRI* macros to get correct format string code across archit...
authorGlenn Washburn <development@efficientek.com>
Fri, 5 Mar 2021 00:22:39 +0000 (18:22 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 10 Mar 2021 13:59:26 +0000 (14:59 +0100)
commit562582543403b5e3868290e64635f49cf4007ed5
tree395c190162056ab4ee7f2ae3e313d5580b730a3e
parente2ac93f09ae755027e82c1b161cdebe5faa24602
loader/i386/pc/linux: Use PRI* macros to get correct format string code across architectures

Also remove casting of format string args so that the architecture dependent
type is preserved.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/i386/pc/linux.c