X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_espec.c;h=8a1b6e070932950f8d3b1e6bdde77c56ddf0ee29;hp=3f24b48a94ee71d89a8dca49a569115768b333d3;hb=20b140c237f2b6f049ab5fc828c617f0f6eee6c0;hpb=b09c1d0aa414cb43fb667be54a29b3cc7279ea85 diff --git a/data1/d1_espec.c b/data1/d1_espec.c index 3f24b48..8a1b6e0 100644 --- a/data1/d1_espec.c +++ b/data1/d1_espec.c @@ -1,4 +1,4 @@ -/* $Id: d1_espec.c,v 1.8 2005-02-08 00:36:08 adam Exp $ +/* $Id: d1_espec.c,v 1.9 2005-03-05 11:35:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -23,6 +23,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include #include #include @@ -191,7 +192,6 @@ static Z_ETagUnit *read_tagunit(char *buf, NMEM nmem, } else if ((terms = sscanf(buf, "%511[^)]", value)) >= 1) { - int numval; Z_SpecificTag *t; char *valp = value;