X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fmarcread.c;h=52b59e8c628a65dd9490c1435d92e826da4a2efb;hp=78c7d82ac5206b81105e43248d348d7d4d7e804b;hb=97a7adeb9e5059463f039495cc01cfa448463a27;hpb=3e4a78274a6cb7a99f3e90967ea30c830ffbf8c3 diff --git a/index/marcread.c b/index/marcread.c index 78c7d82..52b59e8 100644 --- a/index/marcread.c +++ b/index/marcread.c @@ -1,8 +1,5 @@ -/* $Id: marcread.c,v 1.8 2007-03-19 21:50:39 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -772,7 +769,8 @@ static void parse_data1_tree(struct grs_read_info *p, const char *mc_stmnt, field = cat_field(p, pf, buf, field); - pb = wrbuf_cstr(buf); + wrbuf_cstr(buf); + pb = wrbuf_buf(buf); for (pb = strtok(pb, "\n"); pb; pb = strtok(NULL, "\n")) { if (!is_empty(pb))