X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstmfile1.c;h=e6385bf2f8cb09c3f0482617990bc62f4c002d45;hb=1c36b136d275beda5800fe1a36022b29195ab30b;hp=616780484761f93790fbee9882a2cc6f40eb7ca3;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/bfile/tstmfile1.c b/bfile/tstmfile1.c index 6167804..e6385bf 100644 --- a/bfile/tstmfile1.c +++ b/bfile/tstmfile1.c @@ -51,7 +51,7 @@ void tst2(void) YAZ_CHECK(f); YAZ_CHECK_EQ(mf_read(f, 0, 0, 0, buf), 0); - + memset(buf, 'a', BLOCK_SIZE); YAZ_CHECK_EQ(mf_write(f, 0, 0, 0, buf), 0);