X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmarcdump.c;h=041a7dff9d098da05885659afa8a4e526c7121a9;hp=c30623a5161f7f95863b5eed20d6782e85f6887c;hb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;hpb=d623f3970b7ddba573bef16f752966c6e93e14ba diff --git a/util/marcdump.c b/util/marcdump.c index c30623a..041a7df 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ @@ -223,7 +223,7 @@ static void dump(const char *fname, const char *from, const char *to, yaz_marc_write_using_libxml2(mt, write_using_libxml2); yaz_marc_debug(mt, verbose); - if (input_format == YAZ_MARC_MARCXML || input_format == YAZ_MARC_TMARCXML || input_format == YAZ_MARC_XCHANGE) + if (input_format == YAZ_MARC_MARCXML || input_format == YAZ_MARC_TURBOMARC || input_format == YAZ_MARC_XCHANGE) { #if YAZ_HAVE_XML2 marcdump_read_xml(mt, fname);