]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/kern/misc.c (grub_vsnprintf_real): Fix formatting of
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 21:52:09 +0000 (23:52 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 21:52:09 +0000 (23:52 +0200)
commitbbd2b5396b3ff0a7a5463b7188426569543a3574
tree850cbaaf826e512b628bb37036218c60e3625b1b
parent99519c154ccbb6fa08fb7f061d7bd83ea92ba135
* grub-core/kern/misc.c (grub_vsnprintf_real): Fix formatting of
"(null)" string.
Simplify expressions to save around 256 bytes in kernel.img.
* tests/printf_unit_test.c (printf_test): Add "(null)" tests.
ChangeLog
grub-core/kern/misc.c
tests/printf_unit_test.c