X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_tag.c;h=a6b6ae8f5982aef4b2377666e10066225f9dbc70;hp=cdf4dd96bd8c4fd9641d1a5e344ad304bb55e2d4;hb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;hpb=72da3f05a07602494a978c266f473bb0b4c7841f diff --git a/src/ber_tag.c b/src/ber_tag.c index cdf4dd9..a6b6ae8 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: ber_tag.c,v 1.7 2007-01-03 08:42:15 adam Exp $ + * $Id: ber_tag.c,v 1.8 2007-03-19 21:08:13 adam Exp $ */ /** @@ -42,7 +42,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);