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:
48b7646
)
Use rset_dup for result set references
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 31 Mar 2003 22:14:18 +0000
(22:14 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 31 Mar 2003 22:14:18 +0000
(22:14 +0000)
index/zrpn.c
patch
|
blob
|
history
diff --git
a/index/zrpn.c
b/index/zrpn.c
index
b2dca94
..
a1eb701
100644
(file)
--- a/
index/zrpn.c
+++ b/
index/zrpn.c
@@
-1,4
+1,4
@@
-/* $Id: zrpn.c,v 1.131 2003-03-06 11:58:08 adam Exp $
+/* $Id: zrpn.c,v 1.132 2003-03-31 22:14:18 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
Index Data Aps
@@
-2500,6
+2500,8
@@
static RSET rpn_search_structure (ZebraHandle zh, Z_RPNStructure *zs,
nmem_strdup (stream, zs->u.simple->u.resultSetId);
return 0;
}
+ else
+ rset_dup(r);
}
else
{