X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile2.c;h=63ab6bd1f40fb10fe1f779576c40a478da40ab7c;hb=a02be6c13a7353e7b2fba65a1faab1c6819d1728;hp=988d352ce67beeaa1649683fde59ad761c7dc840;hpb=89d3a004b7c651fd5673abfc192e1472dc4d4197;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile2.c b/bfile/tstbfile2.c index 988d352..63ab6bd 100644 --- a/bfile/tstbfile2.c +++ b/bfile/tstbfile2.c @@ -1,8 +1,5 @@ -/* $Id: tstbfile2.c,v 1.4 2007-01-15 15:10:14 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 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 @@ -172,6 +169,7 @@ void tst(void) int main(int argc, char **argv) { YAZ_CHECK_INIT(argc, argv); + YAZ_CHECK_LOG(); tst(); YAZ_CHECK_TERM; }