- fix comment
authorMichael Schroeder <mls@suse.de>
Tue, 13 May 2008 10:14:33 +0000 (10:14 +0000)
committerMichael Schroeder <mls@suse.de>
Tue, 13 May 2008 10:14:33 +0000 (10:14 +0000)
src/solver.c

index 7930c8a..f9e586f 100644 (file)
@@ -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++)