From: Adam Dickmeiss Date: Mon, 9 Aug 2004 09:06:13 +0000 (+0000) Subject: Changing type of block_size to make register compatible with t2 collection. X-Git-Tag: snippet.version.1~428 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=dd64666c00d90d263089e65f2662ddb0312dd7a1 Changing type of block_size to make register compatible with t2 collection. --- diff --git a/index/recindxp.h b/index/recindxp.h index 3fc695d..d98729e 100644 --- a/index/recindxp.h +++ b/index/recindxp.h @@ -1,4 +1,4 @@ -/* $Id: recindxp.h,v 1.14 2004-08-06 12:28:22 adam Exp $ +/* $Id: recindxp.h,v 1.15 2004-08-09 09:06:13 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -53,7 +53,7 @@ struct records_info { struct records_head { char magic[8]; char version[4]; - int block_size[REC_BLOCK_TYPES]; + zint block_size[REC_BLOCK_TYPES]; zint block_free[REC_BLOCK_TYPES]; zint block_last[REC_BLOCK_TYPES]; zint block_used[REC_BLOCK_TYPES];