projects
/
idzebra-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:
a2b8463
)
Handle bad est espec properly
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 Oct 2004 12:25:34 +0000
(12:25 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 Oct 2004 12:25:34 +0000
(12:25 +0000)
data1/d1_espec.c
patch
|
blob
|
history
diff --git
a/data1/d1_espec.c
b/data1/d1_espec.c
index
fba103f
..
b9ccd3e
100644
(file)
--- a/
data1/d1_espec.c
+++ b/
data1/d1_espec.c
@@
-1,5
+1,5
@@
-/* $Id: d1_espec.c,v 1.2 2002-10-22 13:19:50 adam Exp $
- Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
+/* $Id: d1_espec.c,v 1.2.2.1 2004-10-05 12:25:34 adam Exp $
+ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
This file is part of the Zebra server.
@@
-200,6
+200,8
@@
static Z_ETagUnit *read_tagunit(char *buf, NMEM nmem,
else
t->occurrences = 0;
}
+ else
+ return 0;
return u;
}