* grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit
\0 checking. Saves 70 bytes on compressed image.
This commit is contained in:
parent
ac1feb61d2
commit
f8401f760c
2 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit
|
||||
\0 checking.
|
||||
|
||||
Saves 70 bytes on compressed image.
|
||||
|
||||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/misc.c (grub_strtoull): Remove needless *ptr != 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue