X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_oct.c;h=27b592737cdae1a63d2163628d47d3587c80a259;hb=e4baade57ba02d625ecd6452b0f4383b24c25f2d;hp=a4369fe0ef59ff33ae2ef96d2e27df4c00070838;hpb=3cef72d7093afaa8b106e4160ef0885b2ac50335;p=yaz-moved-to-github.git diff --git a/src/odr_oct.c b/src/odr_oct.c index a4369fe..27b5927 100644 --- a/src/odr_oct.c +++ b/src/odr_oct.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: odr_oct.c,v 1.3 2004-08-13 07:30:06 adam Exp $ + * $Id: odr_oct.c,v 1.4 2004-08-13 08:59:07 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -32,7 +32,6 @@ int odr_octetstring(ODR o, Odr_oct **p, int opt, const char *name) return odr_missing(o, opt, name); if (o->direction == ODR_PRINT) { - int i; odr_prname(o, name); odr_printf(o, "OCTETSTRING(len=%d) ", (*p)->len);