X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_marc.c;h=f485ffbf4c54274a672430ac699b949f5b8209cc;hb=f3fa2f64b69427aef4dbb191fc870865bb87c9b5;hp=5c156011c7e29f9a6b174da9ae48fa4b0e7c8dbb;hpb=7f1b9680653ec5037c88b12e0b8e04c7f17e467f;p=yaz-moved-to-github.git diff --git a/retrieval/d1_marc.c b/retrieval/d1_marc.c index 5c15601..f485ffb 100644 --- a/retrieval/d1_marc.c +++ b/retrieval/d1_marc.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: d1_marc.c,v 1.24 2002-08-23 14:27:18 adam Exp $ + * $Id: d1_marc.c,v 1.25 2002-08-28 12:44:35 adam Exp $ */ @@ -171,13 +171,7 @@ static char *get_data(data1_node *n, int *len) return n->u.data.data + i; } if (n->which == DATA1N_tag) - np = n->child; - n = n->next; - if (!n) - { - n = np; - np = 0; - } + n = n->child; } r = ""; *len = strlen(r);