X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Ftstmfile1.c;h=ad3cd93f23f6a7eb6a930cc50339ec85694a35dc;hp=dffc57f8fe885a2db2f580fb5af1f4552bf30890;hb=c3ff843e467932c6027a8b3b2ebda7b44612447e;hpb=08b7c1004e499046730ef564c901cc3b584d6e1f diff --git a/bfile/tstmfile1.c b/bfile/tstmfile1.c index dffc57f..ad3cd93 100644 --- a/bfile/tstmfile1.c +++ b/bfile/tstmfile1.c @@ -1,8 +1,5 @@ -/* $Id: tstmfile1.c,v 1.2 2006-12-03 16:05:13 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 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 @@ -20,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -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);