Miscellaneous bug fixes.

This commit is contained in:
srs5694
2011-06-10 01:16:51 -04:00
parent 699941e25a
commit 6aae2a9b70
15 changed files with 689 additions and 76 deletions

View File

@@ -195,6 +195,8 @@ int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name
} // if/else
lastType = tempType;
} else {
cerr << "Unable to allocate memory in PartType::AddType()! Partition type list will\n";
cerr << "be incomplete!\n";
allOK = 0;
} // if/else
return allOK;