X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Fisamb.c;h=2ee7cb1b572b2186361f97608433bc0f9d6f5c8a;hb=70ba74c9bbf739fbe82d1bc2b0fb64a547c0c9e0;hp=cc242b4672b6cdcdf25c54e5da56ffd4f58e4c14;hpb=9b3397e1da75fa0457dcbf05f47e5d4a75e12c0c;p=idzebra-moved-to-github.git diff --git a/isamb/isamb.c b/isamb/isamb.c index cc242b4..2ee7cb1 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.45 2004-06-08 15:15:51 adam Exp $ +/* $Id: isamb.c,v 1.47 2004-08-03 14:54:41 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -117,8 +117,6 @@ struct ISAMB_PP_s { struct ISAMB_block **block; }; -void isamb_pp_pos( ISAMB_PP pp, int *current, int *total ); - /* FIXME - this should be in a header file */ #if ISAMB_PTR_CODEC static void encode_ptr (char **dst, unsigned pos) @@ -505,7 +503,7 @@ int insert_int (ISAMB b, struct ISAMB_block *p, void *lookahead_item, struct ISAMB_block *sub_p1 = 0, *sub_p2 = 0; char sub_item[DST_ITEM_MAX]; int sub_size; - int more; + int more = 0; *sp = 0;