X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile2.c;h=45183c4e23b155e4b8fb3e3c8a14ad02313a2423;hb=ab5db8f3b991ecc823f92b3c8bfd22ede9b679df;hp=7669a6e2ca7b27172fae05054fd7f703d97d2b3a;hpb=d1b7eaa7b281d10d697bbfb3dea01c3807334c24;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile2.c b/bfile/tstbfile2.c index 7669a6e..45183c4 100644 --- a/bfile/tstbfile2.c +++ b/bfile/tstbfile2.c @@ -1,8 +1,5 @@ -/* $Id: tstbfile2.c,v 1.3 2006-11-08 22:05:43 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) 1994-2010 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; }