projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f81d5
)
Fix isamb_pp_forward to update the returned_numbers.
author
Adam Dickmeiss - Indexdata
<adam@vision.dbc.dk>
Thu, 3 Apr 2008 08:21:25 +0000
(10:21 +0200)
committer
Adam Dickmeiss - Indexdata
<adam@vision.dbc.dk>
Thu, 3 Apr 2008 08:21:25 +0000
(10:21 +0200)
isamb/isamb.c
patch
|
blob
|
history
diff --git
a/isamb/isamb.c
b/isamb/isamb.c
index
3b72464
..
2d342a3
100644
(file)
--- 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;
}