More work on iconv test program
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Aug 2002 14:14:01 +0000 (14:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Aug 2002 14:14:01 +0000 (14:14 +0000)
util/siconvtst.c

index c06befe..088fc93 100644 (file)
@@ -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);
 }