X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmarc_read_line.c;h=2129ad3c070fd900a13fe9f9ad03ede2f93b51df;hp=739ec861f75178ccbf2d50c5918f2caa3bc8d82d;hb=2db517d64ac08da1f812f33812cf58f6aeb905e3;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/src/marc_read_line.c b/src/marc_read_line.c index 739ec86..2129ad3 100644 --- a/src/marc_read_line.c +++ b/src/marc_read_line.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -231,7 +231,6 @@ int yaz_marc_read_line(yaz_marc_t mt, cp++; } } - assert(len >= 0); yaz_marc_add_subfield(mt, cp, len); if (!next) break;