X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2Ftstisamb.c;h=872ef0a1e1ae62bf8a300e2bc796c2d1e128d1b6;hp=78b65b0bf421110c97822e62e6694d4cf6ab28c4;hb=892728fe00debf2b9176e0bc7517a73113f6660b;hpb=abf1ff982a494102c12d7aa9a5c6a61777a01e09 diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 78b65b0..872ef0a 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,4 +1,4 @@ -/* $Id: tstisamb.c,v 1.3 2004-06-02 06:39:36 adam Exp $ +/* $Id: tstisamb.c,v 1.4 2004-06-02 07:51:52 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -119,7 +119,7 @@ void tst_forward(ISAMB isb, int n) int x = -1; int xuntil = i; isamb_pp_forward(pp, &x, &xuntil); - if (x != xuntil) + if (x > xuntil) { yaz_log(LOG_WARN, "isamb_pp_forward (2). Got %d (expected %d)", x, xuntil);