* 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.
This commit is contained in:
parent
99519c154c
commit
bbd2b5396b
3 changed files with 42 additions and 43 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/tests/video_checksum.c (grub_video_capture_write_bmp):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue