mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix a bug spotted by @Ykidia
This commit is contained in:
parent
7073cad165
commit
c0368902c4
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ not_sysf:
|
|||
}
|
||||
|
||||
// Construct header and body
|
||||
header = volumeBody.left(storeOffset + sizeof(PHOENIX_FLASH_MAP_HEADER));
|
||||
header = volumeBody.mid(storeOffset, sizeof(PHOENIX_FLASH_MAP_HEADER));
|
||||
body = volumeBody.mid(storeOffset + header.size(), storeSize - header.size());
|
||||
|
||||
// Add info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue