mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-12 04:33:00 +00:00
Fix type of buffersize
This commit is contained in:
parent
cfdefb0ebe
commit
6d3e62ef2f
2
shim.c
2
shim.c
@ -763,7 +763,7 @@ static EFI_STATUS load_grub (EFI_LOADED_IMAGE *li, void **data,
|
||||
EFI_FILE_INFO *fileinfo = NULL;
|
||||
EFI_FILE_IO_INTERFACE *drive;
|
||||
EFI_FILE *root, *grub;
|
||||
unsigned int buffersize = sizeof(EFI_FILE_INFO);
|
||||
UINTN buffersize = sizeof(EFI_FILE_INFO);
|
||||
|
||||
device = li->DeviceHandle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user