X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_any.c;h=0def5ee4e2194920e864afa2af14d699a31273e2;hb=8bccad6217bd2ba078106a531a9e73e7f3aae4a9;hp=aa5b08f9c134fea1f44b6e89181923eb602303a4;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/odr/odr_any.c b/odr/odr_any.c index aa5b08f..0def5ee 100644 --- a/odr/odr_any.c +++ b/odr/odr_any.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_any.c,v 1.12 2003-01-06 08:20:27 adam Exp $ + * $Id: odr_any.c,v 1.13 2003-03-11 11:03:31 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -33,6 +33,6 @@ int odr_any(ODR o, Odr_any **p, int opt, const char *name) return 1; *p = 0; if (!opt) - o->error = OREQUIRED; + odr_seterror(o, OREQUIRED, 53); return opt; }