text: Removed local join/split implementation
This commit is contained in:
@@ -299,8 +299,7 @@ int CmdInfo::execute (std::string& output)
|
||||
task.getTags (tags);
|
||||
if (tags.size ())
|
||||
{
|
||||
std::string allTags;
|
||||
join (allTags, " ", tags);
|
||||
auto allTags = join (" ", tags);
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_TAGS);
|
||||
|
||||
Reference in New Issue
Block a user