X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2Fisamb.c;h=b09ea62adf2a9d94f5eebef72394a4e847f344bf;hp=72bb842cc1ce2a02a9c8eedc80a6a91db6feefda;hb=7932a969b3849997dfc607686b19fab1637cd26e;hpb=339db25a87b77481458e80a2b932f7161fe597c6 diff --git a/isamb/isamb.c b/isamb/isamb.c index 72bb842..b09ea62 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.63 2005-01-02 18:50:53 adam Exp $ +/* $Id: isamb.c,v 1.64 2005-01-02 23:24:07 adam Exp $ Copyright (C) 1995-2005 Index Data Aps @@ -1098,7 +1098,7 @@ ISAMB_P isamb_merge (ISAMB b, ISAMC_P pos, ISAMC_I *stream) char *dst = p2->bytes + p2->size; encode_ptr (&dst, p->pos); - assert (sub_size < 40); + assert (sub_size < 80 && sub_size > 1); encode_ptr (&dst, sub_size); memcpy (dst, sub_item, sub_size); dst += sub_size;