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:
6c4e4a8
)
Fix non-init member sortSpec (introduced by previous commit)
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Jan 2006 22:17:16 +0000
(22:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Jan 2006 22:17:16 +0000
(22:17 +0000)
index/zsets.c
patch
|
blob
|
history
diff --git
a/index/zsets.c
b/index/zsets.c
index
2c543df
..
a5b6513
100644
(file)
--- a/
index/zsets.c
+++ b/
index/zsets.c
@@
-1,4
+1,4
@@
-/* $Id: zsets.c,v 1.98 2006-01-19 13:31:08 adam Exp $
+/* $Id: zsets.c,v 1.99 2006-01-26 22:17:16 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-268,6
+268,7
@@
ZebraSet resultSetAdd(ZebraHandle zh, const char *name, int ov)
s->rset_nmem = 0;
s->nmem = 0;
s->rpn = 0;
+ s->sortSpec = 0;
s->cache_position = 0;
s->cache_rfd = 0;
s->approx_limit = zh->approx_limit;