Feature #499
- Relocated change to inside the Permission object, thus making the change smaller.
This commit is contained in:
@@ -71,6 +71,8 @@ bool Permission::confirmed (const Task& task, const std::string& question)
|
||||
std::cout << std::endl; // Flush.
|
||||
|
||||
int answer = confirm4 (question);
|
||||
std::cout << "\n"; // #499
|
||||
|
||||
if (answer == 2)
|
||||
allConfirmed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user