summaryrefslogtreecommitdiff
path: root/gptpart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gptpart.cc')
-rw-r--r--gptpart.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gptpart.cc b/gptpart.cc
index f597ca0..cea8362 100644
--- a/gptpart.cc
+++ b/gptpart.cc
@@ -177,9 +177,9 @@ void GPTPart::ShowDetails(uint32_t blockSize) {
uint64_t size;
if (firstLBA != 0) {
- cout << "Partition GUID code: " << partitionType.AsString();
+ cout << "Partition GUID code: " << partitionType;
cout << " (" << partitionType.TypeName() << ")\n";
- cout << "Partition unique GUID: " << uniqueGUID.AsString() << "\n";
+ cout << "Partition unique GUID: " << uniqueGUID << "\n";
cout << "First sector: " << firstLBA << " (at "
<< BytesToSI(firstLBA * blockSize) << ")\n";