X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstmfile1.c;h=dffc57f8fe885a2db2f580fb5af1f4552bf30890;hb=08b7c1004e499046730ef564c901cc3b584d6e1f;hp=1bd394ef9944b1a5fc37a513b552b59d66de3105;hpb=027c4aa269709a33000e42fb478f8b1cb79e0842;p=idzebra-moved-to-github.git diff --git a/bfile/tstmfile1.c b/bfile/tstmfile1.c index 1bd394e..dffc57f 100644 --- a/bfile/tstmfile1.c +++ b/bfile/tstmfile1.c @@ -1,4 +1,4 @@ -/* $Id: tstmfile1.c,v 1.1 2006-11-14 12:41:19 adam Exp $ +/* $Id: tstmfile1.c,v 1.2 2006-12-03 16:05:13 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA void tst1(void) { - MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */); + MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */, 0 /* only sh */); YAZ_CHECK(a); mf_destroy(a); } @@ -40,7 +40,7 @@ void tst1(void) void tst2(void) { char buf[BLOCK_SIZE]; - MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */); + MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */, 0 /* only sh */); MFile f; YAZ_CHECK(a);