projects
/
pazpar2-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:
6b43135
)
Fix offset
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 1 Sep 2014 06:21:23 +0000
(08:21 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 1 Sep 2014 06:21:23 +0000
(08:21 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
0ba9f32
..
772da62
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-623,7
+623,7
@@
static void client_record_ingest(struct client *cl)
xdoc = client_get_xdoc(cl, cl->record_offset + 1);
if (xdoc)
{
- int offset = cl->record_offset++;
+ int offset = ++cl->record_offset;
if (cl->session)
{
NMEM nmem = nmem_create();