X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdicttest.c;h=dbe0aeb23bcc632973fc6f665c5092e2dd35828b;hb=5e9aca2e8f33fe023b6b9da6df55642f96efcb50;hp=85cce138c6be58eddc3f7fda14a37157bebb75f5;hpb=2a6f64379961f30bfe6376964ce279ab5242da1f;p=idzebra-moved-to-github.git diff --git a/dict/dicttest.c b/dict/dicttest.c index 85cce13..dbe0aeb 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -1,4 +1,4 @@ -/* $Id: dicttest.c,v 1.28 2004-01-22 11:27:20 adam Exp $ +/* $Id: dicttest.c,v 1.29 2004-09-09 09:07:12 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -172,7 +172,7 @@ int main (int argc, char **argv) logf (LOG_FATAL, "bfs_create fail"); exit (1); } - dict = dict_open (bfs, name, cache, rw, 0); + dict = dict_open (bfs, name, cache, rw, 0, 4096); if (!dict) { logf (LOG_FATAL, "dict_open fail of `%s'", name);