increment by one only
authorKlaus Kaempf <kkaempf@suse.de>
Tue, 7 Mar 2006 11:34:28 +0000 (11:34 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Tue, 7 Mar 2006 11:34:28 +0000 (11:34 +0000)
zypp/solver/detail/Resolver.cc

index 681379ba3e219e92d6c841024d49278968fd9a8a..b75d5bf2dabce0a5881333bc6671a7bcf2ab916d 100644 (file)
@@ -727,7 +727,7 @@ show_pool( ResPool pool )
            || it->status().transacts()                         // or transacts
            || !it->status().isUndetermined())                  // or established status
        {
-           MIL << ++count << ": " << *it << endl;
+           MIL << count << ": " << *it << endl;
        }
 
     }