ZOOM: use size_t for scan hit counts and str size
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Dec 2009 10:59:54 +0000 (11:59 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Dec 2009 10:59:54 +0000 (11:59 +0100)
Functions ZOOM_scanset_term and ZOOM_scanset_display_term have changed,
so that occ (hit count) and len (string length) are now of type size_t
pointer rather than int pointer. This is to be able to represent large
hit counts and to also just to use the proper type for string length
(strlen result).


No differences found