X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr_cons.c;h=152134341f9a5f07db218cdf3d9d6b753581d9b1;hp=806e38ca16f78c39f07460e8a9528a61318df9a7;hb=ec1f815d5348cd21e393f76bc212c910c34bbc45;hpb=05d1794c4ac57eabe6f6da766156f6986d5c987c diff --git a/odr/odr_cons.c b/odr/odr_cons.c index 806e38c..1521343 100644 --- a/odr/odr_cons.c +++ b/odr/odr_cons.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: odr_cons.c,v 1.25 2003-03-11 11:03:31 adam Exp $ + * $Id: odr_cons.c,v 1.26 2003-05-20 19:55:30 adam Exp $ * */ #if HAVE_CONFIG_H @@ -31,7 +31,7 @@ int odr_constructed_begin(ODR o, void *p, int zclass, int tag, o->t_class = zclass; o->t_tag = tag; } - if ((res = ber_tag(o, p, o->t_class, o->t_tag, &cons, 1)) < 0) + if ((res = ber_tag(o, p, o->t_class, o->t_tag, &cons, 1, name)) < 0) return 0; if (!res || !cons) return 0;