mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix minor bug while presenting the EOF elemement of AppleSysF store
This commit is contained in:
parent
892111a8b1
commit
c8b7151b9e
1 changed files with 1 additions and 0 deletions
|
@ -925,6 +925,7 @@ not_fdc:
|
|||
|
||||
if (variable->len_name() == 3 && variable->name() == "EOF") {
|
||||
header = volumeBody.mid(storeOffset + entryOffset, 4);
|
||||
body.clear();
|
||||
}
|
||||
else {
|
||||
header = volumeBody.mid(storeOffset + entryOffset, sizeof(UINT8) + (UINT32)variable->len_name() + sizeof(UINT16));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue