From 7297814fe530200ab3f1bc56380206834e8c3a82 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss - Indexdata Date: Thu, 3 Apr 2008 10:21:25 +0200 Subject: [PATCH] Fix isamb_pp_forward to update the returned_numbers. --- isamb/isamb.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.7.10.4