From a0acd766ca9eac2c185da604cdc0b93275a57863 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Mar 2003 14:37:35 +0000 Subject: [PATCH] Initialize log_freelist --- isamb/isamb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isamb/isamb.c b/isamb/isamb.c index 460b8ad..de0cac9 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.24 2003-03-17 20:22:54 adam Exp $ +/* $Id: isamb.c,v 1.25 2003-03-20 14:37:35 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -116,6 +116,7 @@ ISAMB isamb_open (BFiles bfs, const char *name, int writeflag, ISAMC_M method, memcpy (isamb->method, method, sizeof(*method)); isamb->no_cat = 4; isamb->log_io = 0; + isamb->log_freelist = 0; isamb->cache = cache; assert (cache == 0); -- 1.7.10.4