From: Michael Schroeder Date: Tue, 13 May 2008 10:14:33 +0000 (+0000) Subject: - fix comment X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~348 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=efc5139bd4de2a859e9d50d067c8089183a935ae;p=thirdparty%2Flibsolv.git - fix comment --- diff --git a/src/solver.c b/src/solver.c index 7930c8a4..f9e586f8 100644 --- a/src/solver.c +++ b/src/solver.c @@ -2412,12 +2412,12 @@ run_solver(Solver *solv, int disablerules, int doweak) if (level < systemlevel && solv->installed && solv->installed->nsolvables) { - /* - * Normal run (non-updating) - * Keep as many packages as possible - */ if (!solv->updatesystem) { + /* + * Normal run (non-updating) + * Keep as many packages installed as possible + */ POOL_DEBUG(SAT_DEBUG_STATS, "installing old packages\n"); for (i = solv->installed->start; i < solv->installed->end; i++)