From 5f216e7248a2c16146f4f86d99812e109655314e Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 3 Sep 2013 16:08:13 +0200 Subject: [PATCH] oops, fix last commit --- src/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.c b/src/transaction.c index cc22292..69c12d9 100644 --- a/src/transaction.c +++ b/src/transaction.c @@ -267,7 +267,7 @@ transaction_type(Transaction *trans, Id p, int mode) if (s->repo == pool->installed) { /* check if we're obsoleted by pseudos only */ - if (obsoleted_by_pseudos_only(trans, pool->solvables - s)) + if (obsoleted_by_pseudos_only(trans, s - pool->solvables)) return SOLVER_TRANSACTION_ERASE; return SOLVER_TRANSACTION_IGNORE; /* ignore as we're being obsoleted */ } -- 2.7.4