X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2Fisamb.c;fp=isamb%2Fisamb.c;h=2d342a3c5f51d9fac83eef6e8763d17739bc2e41;hp=3b724645ab120b08a221e97f94ccc1cc9bc649c5;hb=7297814fe530200ab3f1bc56380206834e8c3a82;hpb=71f81d5c693d08d8cdc4f371d38c9598b3813243 diff --git a/isamb/isamb.c b/isamb/isamb.c index 3b72464..2d342a3 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1640,6 +1640,7 @@ int isamb_pp_forward(ISAMB_PP pp, void *buf, const void *untilb) dst = dst0; if (p->offset == p->size) goto again; } + pp->returned_numbers++; return 1; }