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:
5e24067
)
Removed redundant turbo_format
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 9 Mar 2010 12:50:12 +0000
(13:50 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 9 Mar 2010 12:50:12 +0000
(13:50 +0100)
util/marcdump.c
patch
|
blob
|
history
diff --git
a/util/marcdump.c
b/util/marcdump.c
index
533714d
..
d94250a
100644
(file)
--- a/
util/marcdump.c
+++ b/
util/marcdump.c
@@
-221,7
+221,6
@@
static void dump(const char *fname, const char *from, const char *to,
yaz_marc_set_read_format(mt, input_format);
yaz_marc_set_write_format(mt, output_format);
yaz_marc_write_using_libxml2(mt, write_using_libxml2);
- yaz_marc_write_turbo_format(mt, output_format == YAZ_MARC_TMARCXML);
yaz_marc_debug(mt, verbose);
if (input_format == YAZ_MARC_MARCXML || input_format == YAZ_MARC_TMARCXML || input_format == YAZ_MARC_XCHANGE)