summaryrefslogtreecommitdiff
path: root/parttypes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'parttypes.cc')
-rw-r--r--parttypes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/parttypes.cc b/parttypes.cc
index 721e8ff..ae7094d 100644
--- a/parttypes.cc
+++ b/parttypes.cc
@@ -259,7 +259,7 @@ PartType & PartType::operator=(uint16_t ID) {
} // while
if (!found) {
// Assign a default value....
- operator=(DEFAULT_TYPE);
+ operator=(DEFAULT_GPT_TYPE);
cout.setf(ios::uppercase);
cout.fill('0');
cout << "Exact type match not found for type code ";