mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 07:04:49 -04:00
Consistently format GUIDs in info
This commit is contained in:
parent
5043c7ce8b
commit
9a1030613d
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ UINT8 FfsEngine::parseSection(const QByteArray & section, QModelIndex & index, c
|
|||
|
||||
// Get info
|
||||
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: %1\nType: %2h\nFull size: %3h (%4)\nHeader size: %5h (%6)\nBody size: %7h (%8)\nData offset: %9h\nAttributes: %10h")
|
||||
.arg(name)
|
||||
.hexarg2(sectionHeader->Type, 2)
|
||||
.hexarg(section.size()).arg(section.size())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue