X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlutil.c;h=eb6e24dc6d68a6008d98d90a1d8dd2b67782df7c;hp=836d8407e52abcdf376febe8a3e84c11a45b5caf;hb=52188379291c43d463d4ee6742cf81a700541723;hpb=783114bd4cf6e26e1743ce131d3e7f00af63ec50 diff --git a/src/cqlutil.c b/src/cqlutil.c index 836d840..eb6e24d 100644 --- a/src/cqlutil.c +++ b/src/cqlutil.c @@ -1,11 +1,7 @@ -/* $Id: cqlutil.c,v 1.12 2008-01-06 13:08:09 adam Exp $ - Copyright (C) 1995-2007, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE for details. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ /** * \file cqlutil.c @@ -68,6 +64,7 @@ struct cql_node *cql_node_mk_sc(NMEM nmem, p->u.st.relation = nmem_strdup(nmem, relation); p->u.st.relation_uri = 0; p->u.st.modifiers = 0; + p->u.st.extra_terms = 0; return p; }