X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr_util.c;fp=odr%2Fodr_util.c;h=5da40887aca8897f6527612a27f14353a8afc41a;hp=c8b35b84b13d862eedc81c2f4c96697f9b259771;hb=39fc6d5c771c134df959cdd44b2ad62d07b9576f;hpb=7aa202b31ec22a71d9c66f4602bf5ec60785c754 diff --git a/odr/odr_util.c b/odr/odr_util.c index c8b35b8..5da4088 100644 --- a/odr/odr_util.c +++ b/odr/odr_util.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: odr_util.c,v 1.24 2003-05-20 20:21:34 adam Exp $ + * $Id: odr_util.c,v 1.25 2003-05-24 19:20:14 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -88,7 +88,7 @@ int odr_missing(ODR o, int opt, const char *name) if (!opt) { odr_seterror(o, OREQUIRED, 53); - odr_setaddinfo(o, name); + odr_setelement(o, name); } return opt; }