X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Ftstisamb.c;h=c1dd5f97c80e60634bd748f03cdbf4fededcfddb;hb=93d44a21d1aa585bb7f68d23a7590fc38ccb62a6;hp=17f2a3889abc3992e13de7b78c2eee70ed5b4b4c;hpb=1e58ebd4607490d810c7396a4e87eb70d9528166;p=idzebra-moved-to-github.git diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 17f2a38..c1dd5f9 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,4 +1,4 @@ -/* $Id: tstisamb.c,v 1.14 2005-01-02 18:51:31 adam Exp $ +/* $Id: tstisamb.c,v 1.15 2005-01-03 09:23:25 adam Exp $ Copyright (C) 1995-2005 Index Data Aps @@ -143,7 +143,6 @@ void tst_insert(ISAMB isb, int n) if (nerrs) exit(3); - return; /* delete a number of entries (even ones) */ ri.no = 0; ri.step = 2; @@ -156,7 +155,7 @@ void tst_insert(ISAMB isb, int n) isamc_p = isamb_merge (isb, isamc_p , &isamc_i); /* delete a number of entries (odd ones) */ - ri.no = 0; + ri.no = 1; ri.step = 2; ri.max = n; ri.insertMode = 0;