summaryrefslogtreecommitdiff
path: root/basicmbr.cc
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
commit54f8fb17e64e09ca508d266356d9c6fd34a4fd4c (patch)
tree3dbbaccb5db64333c23a171c9c7c984c95986582 /basicmbr.cc
parent50d3f8fcb214125c1d31c2955960615e9eab3d81 (diff)
downloadsgdisk-54f8fb17e64e09ca508d266356d9c6fd34a4fd4c.tar.gz
Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
Diffstat (limited to 'basicmbr.cc')
-rw-r--r--basicmbr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicmbr.cc b/basicmbr.cc
index f7e1f6d..5661487 100644
--- a/basicmbr.cc
+++ b/basicmbr.cc
@@ -296,7 +296,7 @@ int BasicMBRData::ReadLogicalParts(uint64_t extendedStart, int partNum) {
// the logical partition when this is the case....
ebrType = ebr.partitions[0].partitionType;
if ((ebrType == 0x05) || (ebrType == 0x0f) || (ebrType == 0x85)) {
- cout << "EBR describes a logical partition!\n";
+ cout << "EBR points to an EBR!\n";
offset = extendedStart + ebr.partitions[0].firstLBA;
} else {
// Copy over the basic data....