X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile2.c;h=28eb2f900426ba4dac87d074528df7ce4fab7fb9;hb=c63fd1f0a9c65ef4a70d4e67c2a86941aaf70a3f;hp=48609f3ae8fa43dc36c9000d0c968a1bc8a2bec9;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile2.c b/bfile/tstbfile2.c index 48609f3..28eb2f9 100644 --- a/bfile/tstbfile2.c +++ b/bfile/tstbfile2.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -42,7 +42,7 @@ void tst(void) return; YAZ_CHECK(max_block * block_size < 4 * 1000000); /* 4M */ - + r = mkdir("register", 0777); YAZ_CHECK(r == 0 || (r == -1 && errno == EEXIST)); @@ -152,7 +152,7 @@ void tst(void) { zint bno = 0; int step = max_block / 50; - + while (bno < max_block) { memset(buf, ' ', block_size);