git-svn-id: svn://db.shs.com.ru/libs@848 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-18 20:28:34 +00:00
parent 79bb210597
commit 681969c88a
2 changed files with 2 additions and 2 deletions

View File

@@ -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]) {