Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -91,7 +91,7 @@ int CmdGet::execute (std::string& output)
|
||||
throw std::string (STRING_CMD_GET_NO_DOM);
|
||||
|
||||
join (output, " ", results);
|
||||
output += "\n";
|
||||
output += '\n';
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user