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

This commit is contained in:
2020-03-18 21:29:14 +00:00
parent 180af69bae
commit 2683ab7a07
2 changed files with 4 additions and 2 deletions

View File

@@ -299,6 +299,8 @@ void procDpkg(const PIString & l) {
vs = vs.left(vs.find(":"));
if (!vs.isEmpty())
all_deps << vs;
else
piCout << "No dep on" << l;
}
}