solver: fix output of broken dependencies

cute-signatures
Timo Teräs 2012-02-23 22:05:33 +02:00
parent 64e5a64442
commit 1bb2fa7862
1 changed files with 1 additions and 1 deletions

View File

@ -1877,7 +1877,7 @@ static void print_dep_errors(struct apk_database *db, char *label, struct apk_de
struct apk_dependency *dep = &deps->item[i];
struct apk_package *pkg = (struct apk_package*) dep->name->state_ptr;
if (pkg != NULL && apk_dep_is_satisfied(dep, pkg))
if (apk_dep_is_satisfied(dep, pkg))
continue;
if (print_label) {