* grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-05 11:01:19 +02:00
parent 1865baa72c
commit de73de1748
2 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2013-04-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size.
2013-04-05 Vladimir Serbinenko <phcoder@gmail.com>
Replace 8 with GRUB_CHAR_BIT in several places when appropriate.