From: Adam Dickmeiss Date: Thu, 26 Jan 2006 22:17:16 +0000 (+0000) Subject: Fix non-init member sortSpec (introduced by previous commit) X-Git-Tag: before.bug.529~260 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=05f87dcf55976c4ce82fdea867f00b16d4d8ee09;p=idzebra-moved-to-github.git Fix non-init member sortSpec (introduced by previous commit) --- diff --git a/index/zsets.c b/index/zsets.c index 2c543df..a5b6513 100644 --- 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;