X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=422c74d75d76c644b36bb02bd9e90f3981458e54;hb=883245e48ad6e5735ab73884e18dc6cb5c297c86;hp=f7c06863b0a9b8d2a3bbe93f93448a54d677cda9;hpb=b7c6d3740131ba03800c5c2cc935dc2626d12bb3;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index f7c0686..422c74d 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -1,11 +1,9 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. - * - * $Id: ber_tag.c,v 1.6 2005-08-11 14:21:55 adam Exp $ */ -/** +/** * \file ber_tag.c * \brief Implements BER tags encoding and decoding * @@ -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); @@ -159,7 +157,7 @@ int ber_enctag(ODR o, int zclass, int tag, int constructed) } } -/** +/** * \brief Decodes BER identifier octets. * * Returns number of bytes read or -1 for error. @@ -190,6 +188,7 @@ int ber_dectag(const unsigned char *b, int *zclass, int *tag, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab