From: Adam Dickmeiss Date: Fri, 4 Dec 2009 10:59:54 +0000 (+0100) Subject: ZOOM: use size_t for scan hit counts and str size X-Git-Tag: v4.0.0~85 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=5207f60678397943900b4e5f41d563335bf745d1;hp=5207f60678397943900b4e5f41d563335bf745d1;p=yaz-moved-to-github.git 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). ---