mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Missing colon in info output
This commit is contained in:
parent
64a7c2ce2c
commit
f1effc0753
@ -1317,7 +1317,7 @@ UINT8 FfsEngine::parseSection(const QByteArray & section, QModelIndex & index, c
|
|||||||
|
|
||||||
// Get info
|
// Get info
|
||||||
name = guidToQString(guidDefinedSectionHeader->SectionDefinitionGuid);
|
name = guidToQString(guidDefinedSectionHeader->SectionDefinitionGuid);
|
||||||
info = tr("Section GUID: %1h\nType %2h\nFull size: %3h (%4)\nHeader size: %5h (%6)\nBody size: %7h (%8)\nData offset: %9h\nAttributes: %10h")
|
info = tr("Section GUID: %1h\nType: %2h\nFull size: %3h (%4)\nHeader size: %5h (%6)\nBody size: %7h (%8)\nData offset: %9h\nAttributes: %10h")
|
||||||
.arg(name)
|
.arg(name)
|
||||||
.hexarg2(sectionHeader->Type, 2)
|
.hexarg2(sectionHeader->Type, 2)
|
||||||
.hexarg(section.size()).arg(section.size())
|
.hexarg(section.size()).arg(section.size())
|
||||||
|
Loading…
Reference in New Issue
Block a user