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)
commit5207f60678397943900b4e5f41d563335bf745d1
tree1b9e47b1f946140d95945ab7820a1b6d65145995
parenta04475ec83719455dc7344a542eccc441095ff76
ZOOM: use size_t for scan hit counts and str size

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).
include/yaz/zoom.h
src/zoom-c.c
zoom/zoomsh.c