commit | 22e88b5be2c0c3f92e34d95da45922abfa02a28d | [log] [tgz] |
---|---|---|
author | Roderick W. Smith <rodsmith@rodsbooks.com> | Mon Feb 17 12:07:02 2014 -0500 |
committer | Roderick W. Smith <rodsmith@rodsbooks.com> | Mon Feb 17 12:07:02 2014 -0500 |
tree | bd6bb600fc2a12e2b0a839ab9645e78c95deac29 | |
parent | 5435fcf5c47caf8c77034f7a277642d1e23e90f8 [diff] [blame] |
Fixed spurious error message in FixParts.
diff --git a/basicmbr.cc b/basicmbr.cc index 59d575c..9e754d4 100644 --- a/basicmbr.cc +++ b/basicmbr.cc
@@ -726,7 +726,7 @@ if (numEE > 1) cout << "\nCaution: More than one 0xEE MBR partition found. This can cause problems\n" << "in some OSes.\n"; - if (!ProtectiveOnOne) + if (!ProtectiveOnOne && (numEE > 0)) cout << "\nWarning: 0xEE partition doesn't start on sector 1. This can cause " << "problems\nin some OSes.\n";