Add necessarry cast
This commit is contained in:
parent
f0e6cceb81
commit
8bd3a1fb30
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ grub_scsi_open (const char *name, grub_disk_t disk)
|
|||
grub_dprintf ("scsi", "blocks=%u, blocksize=%u\n",
|
||||
scsi->size, scsi->blocksize);
|
||||
grub_dprintf ("scsi", "Disk total 512 sectors = %llu\n",
|
||||
disk->total_sectors);
|
||||
(unsigned long long) disk->total_sectors);
|
||||
|
||||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue