1
0
Fork 0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-05-29 14:25:33 -04:00

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

This commit is contained in:
longpanda 2022-05-20 23:22:37 +08:00
parent fe137522ad
commit 9b14b418b4
4 changed files with 1 additions and 1 deletions
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy
INSTALL/ventoy

View file

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