* grub-core/loader/i386/linux.c: Use grub_addr_t rather than long when

appropriate.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 14:37:12 +01:00
parent 24ca71c93b
commit 111bf5db8b
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c: Use grub_addr_t rather than long when
appropriate.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c: Use %p rather than %lx for pointers.