Fix type of buffersize

This commit is contained in:
Matthew Garrett 2012-07-02 11:54:21 -04:00
parent cfdefb0ebe
commit 6d3e62ef2f

2
shim.c
View File

@ -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;