2008-07-02 Pavel Roskin <proski@gnu.org>

* commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
	grub_disk_addr_t for memory addresses.
This commit is contained in:
proski 2008-07-02 19:30:56 +00:00
parent 00c7a56aeb
commit ce8d1766c2
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2008-07-02 Pavel Roskin <proski@gnu.org>
* commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
grub_disk_addr_t for memory addresses.
* loader/aout.c (grub_aout_load): Cast load_addr to pointer
explicitly to fix a warning.