X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_tag.c;h=f4bcd3d4dc8cabc54df6f25b016dc79bfb43ae65;hp=b62fef1eb69f9792918404c6b5d3717fe4934636;hb=1d3538f5ffc0a38434e421ae3f2c34618b50d392;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/odr_tag.c b/src/odr_tag.c index b62fef1..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-2011 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;