GPT fdisk 0.8.3 release; minor bug fixes & feature changes.

This commit is contained in:
srs5694
2012-03-23 12:49:15 -04:00
parent e842bc1351
commit 3488294d71
13 changed files with 38 additions and 18 deletions

2
gpt.cc
View File

@@ -1031,7 +1031,7 @@ int GPTData::SaveGPTData(int quiet) {
<< "PARTITIONS!!\n\nDo you want to proceed? ";
answer = GetYN();
if (answer == 'Y') {
cout << "OK; writing new GUID partition table (GPT).\n";
cout << "OK; writing new GUID partition table (GPT) to " << myDisk.GetName() << ".\n";
} else {
allOK = 0;
} // if/else