From 9a1030613d2c6e3846bbffa19d60c2d7dfa27e0d Mon Sep 17 00:00:00 2001
From: Jethro Beekman <jethro@jbeekman.nl>
Date: Wed, 4 Feb 2015 19:33:36 -0800
Subject: [PATCH] Consistently format GUIDs in info

---
 ffsengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffsengine.cpp b/ffsengine.cpp
index 9b4d290..f67906f 100644
--- a/ffsengine.cpp
+++ b/ffsengine.cpp
@@ -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())