X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpquery.c;h=9ee358481ee9b94552ab06f35bbf898be5bb56a9;hb=1e8eb130ff83dedfb7382ca3e38651add9894662;hp=9dbba8babcc96482e55742e82255eb81779d6aa0;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/pquery.c b/src/pquery.c index 9dbba8b..9ee3584 100644 --- a/src/pquery.c +++ b/src/pquery.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: pquery.c,v 1.6 2005-06-25 15:46:04 adam Exp $ + * $Id: pquery.c,v 1.7 2006-02-19 18:34:13 adam Exp $ */ /** * \file pquery.c @@ -463,11 +463,11 @@ static Z_Complex *rpn_complex (struct yaz_pqf_parser *li, ODR o, oid_proto proto { case 'a': zo->which = Z_Operator_and; - zo->u.and_not = odr_nullval(); + zo->u.op_and = odr_nullval(); break; case 'o': zo->which = Z_Operator_or; - zo->u.and_not = odr_nullval(); + zo->u.op_or = odr_nullval(); break; case 'n': zo->which = Z_Operator_and_not;