Fixed bug #263: YAZ MARCXML dump shows extra spaces after control fields.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2005 20:50:38 +0000 (20:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2005 20:50:38 +0000 (20:50 +0000)
commit1769f2fbe5b8de995b351754eec51ccdb1824dd4
tree2b470f482fa5e371a896fcda504f81dc094c2daa
parent8258e03b8aca7dd78c650b6461e240e3f22cb8dd
Fixed bug #263: YAZ MARCXML dump shows extra spaces after control fields.
Added yaz_marc_subfield_str which defines subfield lead string which
is used in YAZ_MARC_LINE format. Default string is blank+$.
Added yaz_marc_endline_str which defines end of fields string used
in YAZ_MARC_LINE format. Default string is newline.
include/yaz/marcdisp.h
src/marcdisp.c