mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 04:23:24 +02:00
Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
parent
5403675100
commit
95f4989f77
58 changed files with 372 additions and 374 deletions
|
@ -350,7 +350,7 @@ bool Command::permission (
|
|||
return true;
|
||||
|
||||
if (context.verbose ("blank") && !_first_iteration)
|
||||
std::cout << "\n";
|
||||
std::cout << '\n';
|
||||
int answer = confirm4 (question);
|
||||
_first_iteration = false;
|
||||
switch (answer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue