X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fproto.c;h=ebf29a56f047e74f23bb00bcf780884eaa0fd738;hb=bc33b8b53697bcc10a02f7e7456fd75b2c3473ef;hp=53791b3f809b7a97e5e709565634113e217fd468;hpb=567ab40a74611002aef26af8db8986d24b1c4bd5;p=yaz-moved-to-github.git diff --git a/asn/proto.c b/asn/proto.c index 53791b3..ebf29a5 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.48 1996-06-10 08:53:33 quinn + * Revision 1.49 1996-07-06 19:58:28 quinn + * System headerfiles gathered in yconfig + * + * Revision 1.48 1996/06/10 08:53:33 quinn * Added Summary,OPAC,ResourceReport * * Revision 1.47 1996/05/29 15:47:50 quinn @@ -1759,7 +1762,7 @@ int z_ResourceReportResponse(ODR o, Z_ResourceReportResponse **p, int opt) z_ReferenceId(o, &(*p)->referenceId, 1) && odr_implicit(o, odr_integer, &(*p)->resourceReportStatus, ODR_CONTEXT, 50, 0) && - odr_implicit(o, z_External, &(*p)->resourceReport, ODR_CONTEXT, + odr_explicit(o, z_External, &(*p)->resourceReport, ODR_CONTEXT, 51, 1) && z_OtherInformation(o, &(*p)->otherInfo, 1) && odr_sequence_end(o);