diff options
author | James Bowes <jbowes@redhat.com> | 2008-06-23 14:52:39 -0400 |
---|---|---|
committer | James Bowes <jbowes@redhat.com> | 2008-06-23 14:52:39 -0400 |
commit | 298fd6434e6d144147ebf738db6cb09f5ac41095 (patch) | |
tree | 7886e6ddfffa0951536422c6b178c6728a2d59b2 /librazor | |
parent | 24d26c44455074dab13e5f20de9ca0a23b62edb7 (diff) | |
parent | 3f712232b97aa72f7f3a6560443f5c8a7f22363e (diff) |
Merge commit 'krh/master'
Diffstat (limited to 'librazor')
-rw-r--r-- | librazor/iterator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librazor/iterator.c b/librazor/iterator.c index addbe68..60adebe 100644 --- a/librazor/iterator.c +++ b/librazor/iterator.c @@ -248,7 +248,7 @@ razor_package_query_finish(struct razor_package_query *pq) else index = NULL; - for (i = 0, j = 0; i < pq->count; i++) { + for (i = 0, j = 0; j < pq->count; i++) { if (!pq->vector[i]) continue; |