X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=isamb%2Ftstisamb.c;h=872ef0a1e1ae62bf8a300e2bc796c2d1e128d1b6;hb=4761773f2ff08474c71cc3f44cae1642b45834c1;hp=78b65b0bf421110c97822e62e6694d4cf6ab28c4;hpb=64e3d8bb310ec317082d1fc89af4d7cb15d9e106;p=idzebra-moved-to-github.git 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);