projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f078ef
)
more comments
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 8 Apr 2008 13:31:25 +0000
(13:31 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 8 Apr 2008 13:31:25 +0000
(13:31 +0000)
src/pool.c
patch
|
blob
|
history
diff --git
a/src/pool.c
b/src/pool.c
index 930a5a0c02e65d72b7dbaa84ff0200f8ce39a329..05a283ac80c76598be69cdd820ff2d7747e25ad8 100644
(file)
--- a/
src/pool.c
+++ b/
src/pool.c
@@
-333,8
+333,8
@@
pool_createwhatprovides(Pool *pool)
d++;
while (*d) /* find free slot */
d++;
- if (d[-1] == i)
- continue;
+ if (d[-1] == i)
/* solvable already tacked at end ? */
+ continue;
/* Y: skip, on to next provides */
}
*d = i; /* put solvable Id into data */
}