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:
e2652e7
)
Avoid generating tsticonv.log
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Nov 2004 22:51:52 +0000
(22:51 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Nov 2004 22:51:52 +0000
(22:51 +0000)
test/tsticonv.c
patch
|
blob
|
history
diff --git
a/test/tsticonv.c
b/test/tsticonv.c
index
15c869d
..
b308a2c
100644
(file)
--- a/
test/tsticonv.c
+++ b/
test/tsticonv.c
@@
-2,7
+2,7
@@
* Copyright (c) 2002-2004, Index Data
* 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.4 2004-11-16 22:51:52 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");