X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Ftstodr.c;h=a0180a671c1584b03838d74b85c4aa8c930ea0d1;hb=0594c1b39bd724b0f80ef9dc1ceb937f5cf2c199;hp=9561e11c16087f586d3fd03d9cd40b4fbb01cfe1;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/test/tstodr.c b/test/tstodr.c index 9561e11..a0180a6 100644 --- a/test/tstodr.c +++ b/test/tstodr.c @@ -1,10 +1,11 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstodr.c,v 1.1 2003-10-27 12:21:38 adam Exp $ + * $Id: tstodr.c,v 1.4 2005-02-01 17:23:36 adam Exp $ * */ +#include #include #include #include "tstodrcodec.h" @@ -50,10 +51,7 @@ void tst_MySequence1(ODR encode, ODR decode) void tst_MySequence2(ODR encode, ODR decode) { - char *ber_buf; - int ber_len; Yc_MySequence *s = odr_malloc(encode, sizeof(*s)); - Yc_MySequence *t; s->first = 0; /* deliberately miss this .. */ s->second = odr_malloc(encode, sizeof(*s->second));