From: Mike Taylor Date: Thu, 18 Dec 2003 17:02:24 +0000 (+0000) Subject: Comment X-Git-Tag: YAZ.2.0.8~13 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9b9e5015dba09e7480f09351cfccdfafd99b2d30;hp=1bb6c593dea33c483d06114ab5fee75c06bc90e1 Comment --- diff --git a/client/client.c b/client/client.c index 4fddacf..a02c99c 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.214 2003-12-09 17:13:35 adam Exp $ + * $Id: client.c,v 1.215 2003-12-18 17:02:24 mike Exp $ */ #include @@ -117,7 +117,7 @@ typedef enum { static QueryType queryType = QueryType_Prefix; static CCL_bibset bibset; /* CCL bibset handle */ -static cql_transform_t cqltrans; /* CQL qualifier-set handle */ +static cql_transform_t cqltrans; /* CQL context-set handle */ #if HAVE_READLINE_COMPLETION_OVER