projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cdb5c6
)
increment by one only
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 7 Mar 2006 11:34:28 +0000
(11:34 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 7 Mar 2006 11:34:28 +0000
(11:34 +0000)
zypp/solver/detail/Resolver.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/Resolver.cc
b/zypp/solver/detail/Resolver.cc
index 681379ba3e219e92d6c841024d49278968fd9a8a..b75d5bf2dabce0a5881333bc6671a7bcf2ab916d 100644
(file)
--- a/
zypp/solver/detail/Resolver.cc
+++ b/
zypp/solver/detail/Resolver.cc
@@
-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;
}
}