Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -72,7 +72,7 @@ int CmdLog::execute (std::string& output)
|
||||
context.footnote (onProjectChange (task));
|
||||
|
||||
if (context.verbose ("new-uuid"))
|
||||
output = format (STRING_CMD_LOG_LOGGED, task.get ("uuid")) + "\n";
|
||||
output = format (STRING_CMD_LOG_LOGGED, task.get ("uuid")) + '\n';
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user