Don't try to look up home folder before all roots are found

This commit is contained in:
baldurk
2018-12-06 12:45:57 +00:00
parent 7a541b673d
commit d450a4f2f8
@@ -72,9 +72,9 @@ public:
node->parentIndex = i;
node->file = files[i];
roots.push_back(node);
home = indexForPath(homeDir);
}
home = indexForPath(homeDir);
});
}
else