X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsbool.c;h=f34a61f15876466d16dd90a5082aaf46c0d80ff3;hb=2d8e1f86f73086330f4e9fd181d98542529ee1f9;hp=a20c452e4250ed64c241316ca65a90427759874f;hpb=9d7f0678da8e15bfc9b04a21aad15656b8cc65f2;p=idzebra-moved-to-github.git diff --git a/rset/rsbool.c b/rset/rsbool.c index a20c452..f34a61f 100644 --- a/rset/rsbool.c +++ b/rset/rsbool.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsbool.c,v $ - * Revision 1.4 1995-09-08 08:54:04 adam + * Revision 1.5 1995-09-08 14:52:41 adam + * Work on relevance feedback. + * + * Revision 1.4 1995/09/08 08:54:04 adam * More efficient and operation. * * Revision 1.3 1995/09/07 13:58:43 adam @@ -109,7 +112,6 @@ static rset_control *r_create (const struct rset_control *sel, void *parms) rset_bool_parms *bool_parms = parms; struct rset_bool_info *info; - logf (LOG_DEBUG, "rsbool_create(%s)", sel->desc); newct = xmalloc(sizeof(*newct)); memcpy (newct, sel, sizeof(*sel)); newct->buf = xmalloc (sizeof(struct rset_bool_info));