From: Klaus Kaempf Date: Tue, 8 Apr 2008 13:31:25 +0000 (+0000) Subject: more comments X-Git-Tag: BASE-SuSE-Code-12_1-Branch~741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a17b095877841c43e7ca5983ceb54bd7a4ecf8;p=platform%2Fupstream%2Flibsolv.git more comments --- diff --git a/src/pool.c b/src/pool.c index 930a5a0..05a283a 100644 --- 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 */ }