projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dec305
)
More work on iconv test program
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 Aug 2002 14:14:01 +0000
(14:14 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 Aug 2002 14:14:01 +0000
(14:14 +0000)
util/siconvtst.c
patch
|
blob
|
history
diff --git
a/util/siconvtst.c
b/util/siconvtst.c
index
c06befe
..
088fc93
100644
(file)
--- 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);
}