X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_tag.c;h=f4bcd3d4dc8cabc54df6f25b016dc79bfb43ae65;hp=b3a6c99f91c4b2defe339b6bf2bf9d8453503148;hb=dd016baf50d8cd02a1a32d1fd10b5544cae6ff96;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/odr_tag.c b/src/odr_tag.c index b3a6c99..f4bcd3d 100644 --- a/src/odr_tag.c +++ b/src/odr_tag.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -21,7 +21,7 @@ int odr_peektag(ODR o, int *zclass, int *tag, int *cons) } if (ODR_STACK_NOT_EMPTY(o) && !odr_constructed_more(o)) return 0; - if (ber_dectag(o->bp, zclass, tag, cons, odr_max(o)) <= 0) + if (ber_dectag(o->op->bp, zclass, tag, cons, odr_max(o)) <= 0) { odr_seterror(o, OREQUIRED, 49); return 0; @@ -59,6 +59,7 @@ int odr_initmember(ODR o, void *p, int size) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab