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

@ -85,7 +85,7 @@ grub_cmd_hexdump (struct grub_arg_list *state, int argc, char **args)
{
char buf[GRUB_DISK_SECTOR_SIZE * 4];
grub_ssize_t size, length;
grub_disk_addr_t skip;
grub_addr_t skip;
int namelen;
if (argc != 1)