solver: fix a type from previous commit

cute-signatures
Timo Teräs 2012-03-31 23:31:43 +03:00
parent a57db1bba0
commit 7458e4d3f4
1 changed files with 1 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ static int reconsider_name(struct apk_solver_state *ss, struct apk_name *name)
if (ps0 == NULL || ps0->locked || ps0->conflicts ||
ss->topology_position < pkg0->topology_hard ||
(pkg0->ipkg == NULL && pkg->filename == NULL &&
(pkg0->ipkg == NULL && pkg0->filename == NULL &&
(!ps0->allowed || !pkg_available(ss->db, pkg0))))
continue;