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:
f6a334b
)
bugfix
author
Stefan Schubert
<schubi@suse.de>
Fri, 22 Feb 2008 09:09:53 +0000
(09:09 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Fri, 22 Feb 2008 09:09:53 +0000
(09:09 +0000)
zypp/solver/detail/Resolver.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/Resolver.cc
b/zypp/solver/detail/Resolver.cc
index 3e063e4d9a9ea679dcd33f15c07e831e48cc57b6..0af7fed54b3bb6904d91f71ec363034310e332cd 100644
(file)
--- a/
zypp/solver/detail/Resolver.cc
+++ b/
zypp/solver/detail/Resolver.cc
@@
-323,7
+323,7
@@
void Resolver::checkUnmaintainedItems () {
ProblemSolutionList solutions = problem.solutions();
for (ProblemSolutionList::const_iterator iterSolution = solutions.begin();
- iterSolution != solutions.end(); ++iter) {
+ iterSolution != solutions.end(); ++iter
Solution
) {
ProblemSolution_Ptr solution = *iterSolution;
DBG << " Solution:" << endl;
DBG << " " << solution->description() << endl;