X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=59c324ad63edb241a975cce26dbec6f60b84887a;hb=138fbf3c4582f2738e5b30e440994c9b6d76e194;hp=cdf4dd96bd8c4fd9641d1a5e344ad304bb55e2d4;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index cdf4dd9..59c324a 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: ber_tag.c,v 1.7 2007-01-03 08:42:15 adam Exp $ */ /** @@ -42,7 +40,7 @@ int ber_tag(ODR o, void *p, int zclass, int tag, int *constructed, int opt, if (o->direction == ODR_DECODE) *pp = 0; - o->t_class = -1; + o->op->t_class = -1; if (ODR_STACK_EMPTY(o)) { odr_seek(o, ODR_S_SET, 0);