mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-24 08:58:23 +08:00
Update ffsengine.cpp
Typo corrected
This commit is contained in:
parent
3d7dad6bb6
commit
b8b8a90718
@ -2018,7 +2018,7 @@ UINT8 FfsEngine::reconstruct(const QModelIndex & index, QQueue<QByteArray> & que
|
|||||||
return result;
|
return result;
|
||||||
// Check for auth status valid attribute
|
// Check for auth status valid attribute
|
||||||
if (guidDefinedHeader->Attributes & EFI_GUIDED_SECTION_AUTH_STATUS_VALID) {
|
if (guidDefinedHeader->Attributes & EFI_GUIDED_SECTION_AUTH_STATUS_VALID) {
|
||||||
msg(tr("reconstruct: %1: GUID defined section signature can become invalid invalid")
|
msg(tr("reconstruct: %1: GUID defined section signature can now become invalid")
|
||||||
.arg(guidToQString(guidDefinedHeader->SectionDefinitionGuid)));
|
.arg(guidToQString(guidDefinedHeader->SectionDefinitionGuid)));
|
||||||
}
|
}
|
||||||
// Replace new section body
|
// Replace new section body
|
||||||
@ -2171,4 +2171,4 @@ UINT8 FfsEngine::growVolume(QByteArray & header, const UINT32 size, UINT32 & new
|
|||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}*/
|
}*/
|
||||||
|
Loading…
Reference in New Issue
Block a user