projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e69b8fd
)
Remove unneeded assert.
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 17 Mar 2007 08:44:24 +0000
(08:44 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 17 Mar 2007 08:44:24 +0000
(08:44 +0000)
src/marc_read_line.c
patch
|
blob
|
history
diff --git
a/src/marc_read_line.c
b/src/marc_read_line.c
index
9649937
..
1b9aca9
100644
(file)
--- 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;