X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fprt-exd.c;fp=asn%2Fprt-exd.c;h=0c8e3b4fe2d401320c54acd6864c6a1220f29f25;hb=b23f8886419f5fa9f4a46ba15812ad02d1ca8e55;hp=ab825ea1b5353cf760595275f3ac298883b566d1;hpb=18225043ecae8ca09b8e49fa047ecf7f314dcbfb;p=yaz-moved-to-github.git diff --git a/asn/prt-exd.c b/asn/prt-exd.c index ab825ea..0c8e3b4 100644 --- a/asn/prt-exd.c +++ b/asn/prt-exd.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-exd.c,v $ - * Revision 1.9 1999-04-20 09:56:48 adam + * Revision 1.10 1999-05-26 13:49:12 adam + * DB Update implemented in client (very basic). + * + * Revision 1.9 1999/04/20 09:56:48 adam * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). * Modified all encoders/decoders to reflect this change. * @@ -285,7 +288,7 @@ int z_IUSuppliedRecords_elem (ODR o, Z_IUSuppliedRecords_elem **p, int opt, &(*p)->supplementalId, ODR_CONTEXT, 2, 1) && odr_implicit (o, z_IUCorrelationInfo, &(*p)->correlationInfo, ODR_CONTEXT, 3, 1) && - odr_implicit (o, odr_external, + odr_implicit (o, z_External, &(*p)->record, ODR_CONTEXT, 4, 0) && odr_sequence_end (o); }