diff --git a/EDK2/efiffs/mod/grub/grub-core/fs/iso9660.c b/EDK2/efiffs/mod/grub/grub-core/fs/iso9660.c index b691cd6d..bae3f621 100644 --- a/EDK2/efiffs/mod/grub/grub-core/fs/iso9660.c +++ b/EDK2/efiffs/mod/grub/grub-core/fs/iso9660.c @@ -743,8 +743,8 @@ grub_iso9660_iterate_dir (grub_fshelp_node_t dir, if (!ctx.filename && dirent.namelen == 1 && name[0] == 1) ctx.filename = (char *) ".."; - if (g_fs_name_nocase) - ctx.type |= GRUB_FSHELP_CASE_INSENSITIVE; + if (g_fs_name_nocase) + ctx.type |= GRUB_FSHELP_CASE_INSENSITIVE; /* The filename was not stored in a rock ridge entry. Read it from the iso9660 filesystem. */ diff --git a/EDK2/efiffs/mod/src/logging.c b/EDK2/efiffs/mod/src/logging.c index 64d30f7d..83661349 100644 --- a/EDK2/efiffs/mod/src/logging.c +++ b/EDK2/efiffs/mod/src/logging.c @@ -70,10 +70,10 @@ SetLogging(VOID) CHAR16 LogVar[4]; UINTN i, LogVarSize = sizeof(LogVar); - i = LogVarSize; + i = LogVarSize; Status = RT->GetVariable(L"FS_NAME_NOCASE", &ShellVariable, NULL, &i, LogVar); - if (Status == EFI_SUCCESS) - g_fs_name_nocase = 1; + if (Status == EFI_SUCCESS) + g_fs_name_nocase = 1; Status = RT->GetVariable(L"FS_LOGGING", &ShellVariable, NULL, &LogVarSize, LogVar); if (Status == EFI_SUCCESS) diff --git a/GRUB2/MOD_SRC/grub-2.04/grub-core/boot/i386/pc/boot.S b/GRUB2/MOD_SRC/grub-2.04/grub-core/boot/i386/pc/boot.S index 18c99b37..bc544f78 100644 --- a/GRUB2/MOD_SRC/grub-2.04/grub-core/boot/i386/pc/boot.S +++ b/GRUB2/MOD_SRC/grub-2.04/grub-core/boot/i386/pc/boot.S @@ -479,7 +479,7 @@ LOCAL(stop): jmp LOCAL(stop) ventoy_uuid: .ascii "XXXXXXXXXXXXXXXX" -notification_string: .asciz "GR" +notification_string: .asciz "VT" geometry_error_string: .asciz "Ge" hd_probe_error_string: .asciz "HD" read_error_string: .asciz "Rd" diff --git a/README.md b/README.md index becd9943..16307a56 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@