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

View File

@@ -514,6 +514,7 @@ void GPTDataTextUI::MainMenu(string filename) {
cout << "\nCommand (? for help): ";
switch (ReadString()[0]) {
case '\0':
goOn = !cin.eof();
break;
case 'b': case 'B':
cout << "Enter backup filename to save: ";
@@ -609,6 +610,7 @@ void GPTDataTextUI::RecoveryMenu(string filename) {
cout << "\nRecovery/transformation command (? for help): ";
switch (ReadString()[0]) {
case '\0':
goOn = !cin.eof();
break;
case 'b': case 'B':
RebuildMainHeader();