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:
e84a2f1
)
Return proper EOF for safari filter
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Apr 2007 08:18:01 +0000
(08:18 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Apr 2007 08:18:01 +0000
(08:18 +0000)
index/safari.c
patch
|
blob
|
history
diff --git
a/index/safari.c
b/index/safari.c
index
4210a92
..
4af73f8
100644
(file)
--- a/
index/safari.c
+++ b/
index/safari.c
@@
-1,4
+1,4
@@
-/* $Id: safari.c,v 1.7 2007-04-16 21:54:37 adam Exp $
+/* $Id: safari.c,v 1.8 2007-04-25 08:18:01 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-127,7
+127,7
@@
static int filter_extract(void *clientData, struct recExtractCtrl *p)
(*p->init)(p, &recWord);
if (!fi_gets(fi, line, sizeof(line)-1))
- return RECCTRL_EXTRACT_ERROR_GENERIC;
+ return RECCTRL_EXTRACT_EOF;
sscanf(line, "%255s", p->match_criteria);
recWord.index_type = '0';