mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-21 07:59:27 +00:00
Fix #393
This commit is contained in:
parent
57a4cf3265
commit
12e41c609e
@ -215,7 +215,7 @@ static void GetFilesInFolderHelper(
|
||||
if (file.name[0] != '.') {
|
||||
if (file.is_dir) {
|
||||
if (recursive) {
|
||||
std::string child_dir = q.front().second + file.name + "/";
|
||||
std::string child_dir = q.front().first + file.name + "/";
|
||||
if (!IsSymLink(child_dir))
|
||||
q.push(make_pair(file.path, child_dir));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user