From 58eaa160fef1b2eae412e9be77833818a95dae92 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 15 Jun 1995 12:29:45 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 3 +-- util/pquery.c | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4de4914..8c5647e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.17 1995-06-15 07:44:39 quinn Exp $ +# $Id: Makefile,v 1.18 1995-06-15 12:29:45 quinn Exp $ # Uncomment the lines below to enable mOSI communcation. ODEFS=-DUSE_XTIMOSI @@ -9,7 +9,6 @@ RFC1006=rfc1006 LIBMOSI=../../xtimosi/src/libmosi.a ../lib/librfc.a XMOSI=xmosi.o -# Take out the Z_95 if you based your app on v.21b or earlier. DEFS=$(ODEFS) #CC= SHELL=/bin/sh diff --git a/util/pquery.c b/util/pquery.c index c5fe651..1df0a8b 100644 --- a/util/pquery.c +++ b/util/pquery.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: pquery.c,v $ - * Revision 1.4 1995-06-15 07:45:19 quinn + * Revision 1.5 1995-06-15 12:31:02 quinn + * *** empty log message *** + * + * Revision 1.4 1995/06/15 07:45:19 quinn * Moving to v3. * * Revision 1.3 1995/06/14 11:06:35 adam @@ -119,8 +122,9 @@ static Z_AttributesPlusTerm *rpn_term (ODR o, int num_attr, int *attr_list) odr_malloc (o,sizeof(**zapt->attributeList)); zapt->attributeList[i]->attributeType = &attr_tmp[2*i]; #ifdef Z_95 + zapt->attributeList[i]->attributeSet = 0; zapt->attributeList[i]->which = Z_AttributeValue_numeric; - zapt->attributeList[i]->value = &attr_tmp[2*i+1]; + zapt->attributeList[i]->value.numeric = &attr_tmp[2*i+1]; #else zapt->attributeList[i]->attributeValue = &attr_tmp[2*i+1]; #endif -- 1.7.10.4