Fix a bug when UEFI booting KaOS-2022.04-x86_64.iso

pull/1637/head
longpanda 2 years ago
parent fe137522ad
commit 9b14b418b4

@ -1445,7 +1445,7 @@ STATIC EFI_STATUS EFIAPI ventoy_wrapper_file_open
AsciiSPrint(TmpName, sizeof(TmpName), "%s", Name);
for (j = 0; j < 4; j++)
{
if (0 == AsciiStrCmp(g_file_replace_list[i].old_file_name[j], TmpName))
if (0 == AsciiStriCmp(g_file_replace_list[i].old_file_name[j], TmpName))
{
g_original_fclose(*New);
*New = &g_efi_file_replace.WrapperHandle;

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save