From: Adam Dickmeiss Date: Sat, 17 Mar 2007 08:44:24 +0000 (+0000) Subject: Remove unneeded assert. X-Git-Tag: YAZ.before.OID.patch~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e2ac4b875fbaf0211beae88ef6ccda2f2a4a3e95 Remove unneeded assert. --- diff --git a/src/marc_read_line.c b/src/marc_read_line.c index 9649937..1b9aca9 100644 --- a/src/marc_read_line.c +++ b/src/marc_read_line.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: marc_read_line.c,v 1.3 2007-01-03 08:42:15 adam Exp $ + * $Id: marc_read_line.c,v 1.4 2007-03-17 08:44:24 adam Exp $ */ /** @@ -198,7 +198,6 @@ int yaz_marc_read_line(yaz_marc_t mt, } } assert(len >= 0); - assert(len < 399); yaz_marc_add_subfield(mt, cp, len); if (!next) break;