X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Frecindxp.h;h=3fc695d806bc112253c668a4d9436edc415a347d;hp=1e4da128862c4705e3f78583c45c9913710a1728;hb=1bb217ab477284fd7fee47f19a6e8a780fa2bb50;hpb=ba1cf01240f69bcffc890b9f85b9a52ac56696f0 diff --git a/index/recindxp.h b/index/recindxp.h index 1e4da12..3fc695d 100644 --- a/index/recindxp.h +++ b/index/recindxp.h @@ -1,4 +1,4 @@ -/* $Id: recindxp.h,v 1.13 2004-08-04 08:35:23 adam Exp $ +/* $Id: recindxp.h,v 1.14 2004-08-06 12:28:22 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]; - zint block_size[REC_BLOCK_TYPES]; + int block_size[REC_BLOCK_TYPES]; zint block_free[REC_BLOCK_TYPES]; zint block_last[REC_BLOCK_TYPES]; zint block_used[REC_BLOCK_TYPES];