X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftsticonv.c;h=7a27f1001f4a83a0663b2431ef7c2eb99d626c63;hb=45e7b7e3268c9d93cdecb1e9b363e2c02ae1efc4;hp=15c869dab202f2012f3c75ca6ca50762b0e1d297;hpb=b6d34be5a1131d2bb7ff367b7d5e498599f791a8;p=yaz-moved-to-github.git diff --git a/test/tsticonv.c b/test/tsticonv.c index 15c869d..7a27f10 100644 --- a/test/tsticonv.c +++ b/test/tsticonv.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2002-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tsticonv.c,v 1.3 2004-08-07 08:18:19 adam Exp $ + * $Id: tsticonv.c,v 1.5 2005-01-15 19:47:15 adam Exp $ */ #if HAVE_CONFIG_H @@ -263,7 +263,6 @@ static void dconvert(int mandatory, const char *tmpcode) int main (int argc, char **argv) { - yaz_log_init_file("tsticonv.log"); dconvert(1, "UTF-8"); dconvert(1, "ISO-8859-1"); dconvert(1, "UCS4");