mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -04:00
parent
c286459676
commit
8a14965463
3 changed files with 18 additions and 18 deletions
2
ffs.cpp
2
ffs.cpp
|
@ -155,7 +155,7 @@ UINT32 sizeOfSectionHeader(const EFI_COMMON_SECTION_HEADER* header)
|
|||
if (!header)
|
||||
return 0;
|
||||
|
||||
bool extended = false;
|
||||
const bool extended = false;
|
||||
/*if (uint24ToUint32(header->Size) == EFI_SECTION2_IS_USED) {
|
||||
extended = true;
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue