X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fproto.c;fp=asn%2Fproto.c;h=d82885bbae0edafd4fb29dff3ce708b9c7e128ad;hp=302618ba8bfd17b7224ab7e306d1674aea4c46ab;hb=c74f92579fac45600836ca695a973fd11c1a20db;hpb=61662168d4d4c1f7edb38cccac4b4a24dcecc58e diff --git a/asn/proto.c b/asn/proto.c index 302618b..d82885b 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.59 1999-04-21 11:46:00 adam + * Revision 1.60 1999-06-11 16:45:59 adam + * Fixed minor bug in ScanRequest encoder. + * + * Revision 1.59 1999/04/21 11:46:00 adam * Fixed bug in {en,de}coder for OtherInformation. * * Revision 1.58 1999/04/20 09:56:47 adam @@ -1216,6 +1219,7 @@ int z_ScanRequest(ODR o, Z_ScanRequest **p, int opt, const char *name) ODR_CONTEXT, 6, 0) && odr_implicit(o, odr_integer, &(*p)->preferredPositionInResponse, ODR_CONTEXT, 7, 1) && + z_OtherInformation(o, &(*p)->otherInfo, 1, "otherInfo") && odr_sequence_end(o); }