X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ftermlists.c;h=64f397a9487c68273eaf6d137cf9e9e0c1588d9c;hb=9d2bb909af90899c09d01b00fbffc1785127b461;hp=6808a68ab167f816a997dc7edc7e06240a49e9fa;hpb=b0e04a1cb9261a088d5c100dbc891f3240fa88ce;p=pazpar2-moved-to-github.git diff --git a/src/termlists.c b/src/termlists.c index 6808a68..64f397a 100644 --- a/src/termlists.c +++ b/src/termlists.c @@ -110,7 +110,7 @@ struct termlist_score **termlist_highscore(struct termlist *tl, int *len, struct termlist_score **highscore = (struct termlist_score **) nmem_malloc(nmem, tl->no_entries * sizeof(*highscore)); - + int no = 0; unsigned bucket; for (bucket = 0; bucket < tl->hash_size; bucket++)