Update CmdProjects.cpp

This commit is contained in:
Paul Beckingham 2019-02-07 08:10:45 -05:00
parent 6a8beed7f5
commit 803f4a5017

View file

@ -115,7 +115,8 @@ int CmdProjects::execute (std::string& output)
sort_projects (sorted_view, unique);
// construct view from sorted list
for (auto& item: sorted_view) {
for (auto& item: sorted_view)
{
int row = view.addRow ();
view.set (row, 0, (item.first == ""
? "(none)"