Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -84,7 +84,7 @@ int CmdExport::execute (std::string& output)
|
||||
if (counter)
|
||||
{
|
||||
if (json_array)
|
||||
output += ",";
|
||||
output += ',';
|
||||
output += '\n';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user