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:
6e04a8f
)
Fixed bug #647: Scanning wrong indexes do not trigger scan error.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 Aug 2006 08:35:48 +0000
(08:35 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 Aug 2006 08:35:48 +0000
(08:35 +0000)
index/zrpn.c
patch
|
blob
|
history
diff --git
a/index/zrpn.c
b/index/zrpn.c
index
34c6382
..
9483fe0
100644
(file)
--- a/
index/zrpn.c
+++ b/
index/zrpn.c
@@
-1,4
+1,4
@@
-/* $Id: zrpn.c,v 1.226 2006-08-14 10:40:15 adam Exp $
+/* $Id: zrpn.c,v 1.227 2006-08-31 08:35:48 adam Exp $
Copyright (C) 1995-2006
Index Data ApS
@@
-2634,7
+2634,7
@@
ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt,
if (ord_no == 0)
{
*num_entries = 0;
- return ZEBRA_OK;
+ return ZEBRA_FAIL;
}
/* prepare dictionary scanning */
if (num < 1)