有可能会访问到重复的元件,如果是已经访问过的就不添加了。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-15 17:19:06 +08:00
parent c1b2c0e367
commit 5cd6849e95
6 changed files with 14 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ void Task::doAgainstTaskFile(ElementHashtable &eleHT)
eleHT.SetFDSet(setSep.toVector());
eleHT.GoPath();
eleHT.ShowContainerInfo(lineName);
// break;
break;
}
file.close();
}