Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
This commit is contained in:
@@ -77,8 +77,11 @@ int GetNumber(int low, int high, int def, const string & prompt) {
|
||||
char GetYN(void) {
|
||||
char response;
|
||||
string line;
|
||||
bool again = 0 ;
|
||||
|
||||
do {
|
||||
if ( again ) { cout << "Your option? " ; }
|
||||
again = 1 ;
|
||||
cout << "(Y/N): ";
|
||||
line = ReadString();
|
||||
response = toupper(line[0]);
|
||||
|
||||
Reference in New Issue
Block a user