Remove unneeded assert.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 17 Mar 2007 08:44:24 +0000 (08:44 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 17 Mar 2007 08:44:24 +0000 (08:44 +0000)
src/marc_read_line.c

index 9649937..1b9aca9 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
  * 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 >= 0);
-                    assert(len < 399);
                     yaz_marc_add_subfield(mt, cp, len);
                     if (!next)
                         break;
                     yaz_marc_add_subfield(mt, cp, len);
                     if (!next)
                         break;