git-svn-id: svn://db.shs.com.ru/libs@848 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -86,7 +86,7 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
|
||||
checked_libs << file;
|
||||
++cur_depth;
|
||||
if (cur_depth > depth) return;
|
||||
piCout << "scan" << file << "..." << cur_depth;
|
||||
piCout << "scan" << file << "..." << cur_depth << checked_libs;
|
||||
PISet<PIString> cur_libs;
|
||||
if (ext_lib) {
|
||||
if (!all_libs[file]) {
|
||||
|
||||
Reference in New Issue
Block a user