From: Adam Dickmeiss Date: Tue, 27 Aug 2002 14:14:01 +0000 (+0000) Subject: More work on iconv test program X-Git-Tag: YAZ.1.9~37 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=48abc88bc981af496e660e8f8a7a4aa678781623 More work on iconv test program --- diff --git a/util/siconvtst.c b/util/siconvtst.c index c06befe..088fc93 100644 --- a/util/siconvtst.c +++ b/util/siconvtst.c @@ -2,7 +2,7 @@ * Copyright (c) 1997-2002, Index Data * See the file LICENSE for details. * - * $Id: siconvtst.c,v 1.1 2002-08-27 14:02:13 adam Exp $ + * $Id: siconvtst.c,v 1.2 2002-08-27 14:14:01 adam Exp $ */ #if HAVE_CONFIG_H @@ -127,6 +127,6 @@ int main (int argc, char **argv) exit (5); } - + convert (inf, cd); yaz_iconv_close (cd); }