X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fisam.c;fp=isam%2Fisam.c;h=6b55f50668f05c87882242b9a97d0c65d174abd2;hb=2a6f64379961f30bfe6376964ce279ab5242da1f;hp=0d61f240c1ddb737a1ef7ba9de921f9c699a5f33;hpb=c9c5094f5d94f9e538c4608ace97241ff1c6e10d;p=idzebra-moved-to-github.git diff --git a/isam/isam.c b/isam/isam.c index 0d61f24..6b55f50 100644 --- a/isam/isam.c +++ b/isam/isam.c @@ -1,5 +1,5 @@ -/* $Id: isam.c,v 1.27 2002-08-02 19:26:56 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: isam.c,v 1.28 2004-01-22 11:27:21 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -104,8 +104,9 @@ ISAM is_open(BFiles bfs, const char *name, int writeflag, int keysize, Res res) { ISAM inew; - char *nm, *r, *pp[IS_MAX_BLOCKTYPES+1], m[2]; + char *nm, *pp[IS_MAX_BLOCKTYPES+1], m[2]; int num, size, rs, tmp, i; + const char *r; is_type_header th; logf (LOG_DEBUG, "is_open(%s, %s)", name, writeflag ? "RW" : "RDONLY");