mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 07:18:23 -04:00
Fix another issue spotted by PVS-Studio
This commit is contained in:
parent
22d1db8c7f
commit
a9c6f347a2
2 changed files with 2 additions and 2 deletions
common
|
@ -4513,7 +4513,7 @@ make_partition_table_consistent:
|
|||
info += UString("\nHash: ") + UString(hash.toHex().constData());
|
||||
|
||||
UModelIndex codeIndex = model->addItem(localOffset + partitions[i].ptEntry.Offset.Offset, Types::CpdPartition, Subtypes::CodeCpdPartition, name, UString(), info, UByteArray(), partition, UByteArray(), Fixed, parent);
|
||||
parseRawArea(codeIndex);
|
||||
(void)parseRawArea(codeIndex);
|
||||
}
|
||||
}
|
||||
else if (partitions[i].type == Types::Padding) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue