Various smallish
[yaz-moved-to-github.git] / asn / proto.c
index 53791b3..acbb165 100644 (file)
@@ -1,10 +1,16 @@
-/*
+    /*
  * Copyright (c) 1995, Index Data
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: proto.c,v $
- * Revision 1.48  1996-06-10 08:53:33  quinn
+ * Revision 1.50  1996-07-26 13:36:15  quinn
+ * Various smallish
+ *
+ * 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 +1765,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);
@@ -1814,6 +1820,7 @@ int z_APDU(ODR o, Z_APDU **p, int opt)
 
     if (o->direction == ODR_DECODE)
        *p = odr_malloc(o, sizeof(**p));
+    odr_setlenlen(o, 5);
     if (!odr_choice(o, arm, &(*p)->u, &(*p)->which))
     {
        if (o->direction == ODR_DECODE)