X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Ftstmfile1.c;h=e6385bf2f8cb09c3f0482617990bc62f4c002d45;hp=616780484761f93790fbee9882a2cc6f40eb7ca3;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 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);