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:
315e6c6
)
Fix rset_default_forward to use scope
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jul 2009 12:14:40 +0000
(14:14 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jul 2009 12:14:40 +0000
(14:14 +0200)
rset/rset.c
patch
|
blob
|
history
diff --git
a/rset/rset.c
b/rset/rset.c
index
59d9dfd
..
114a36e
100644
(file)
--- a/
rset/rset.c
+++ b/
rset/rset.c
@@
-405,7
+405,7
@@
int rset_default_forward(RSFD rfd, void *buf, TERMID *term,
while ((more = rset_read(rfd, buf, term)) > 0)
{
- if ((rfd->rset->keycontrol->cmp)(untilbuf, buf) <= 1)
+ if ((rfd->rset->keycontrol->cmp)(untilbuf, buf) < rset->scope)
break;
}
if (log_level)