X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frstemp.c;h=b06a1fa2b0729fb18e4183cf573957a647637479;hb=b5eb8cd7ae4134d915ed8b4aec25ab90c8bd0dcb;hp=0df8f16fa7ed49714703730e074016ffd906a072;hpb=1bb217ab477284fd7fee47f19a6e8a780fa2bb50;p=idzebra-moved-to-github.git diff --git a/rset/rstemp.c b/rset/rstemp.c index 0df8f16..b06a1fa 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,4 +1,4 @@ -/* $Id: rstemp.c,v 1.41 2004-08-06 12:28:23 adam Exp $ +/* $Id: rstemp.c,v 1.42 2004-08-06 12:55:03 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -79,7 +79,7 @@ struct rset_temp_info { struct rset_temp_rfd { struct rset_temp_info *info; struct rset_temp_rfd *next; - int *countp; + zint *countp; void *buf; size_t pos_cur; /* current position in set */ zint cur; /* number of the current hit */