* grub-core/kern/i386/coreboot/cbtable.c: Use char * arithmetic rather

than converting to long.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 14:24:34 +01:00
parent 6f5f3337d8
commit 8fa2627942
2 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/coreboot/cbtable.c: Use char * arithmetic rather
than converting to long.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/cryptodisk.c: Rename "n" to "last_cryptodisk_id".