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:
9a48136
)
Fix diagnostic for MARC and present request out of range
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 30 May 2008 11:36:35 +0000
(13:36 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 30 May 2008 11:36:35 +0000
(13:36 +0200)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
7ed5e2a
..
fb9fd8d
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-522,6
+522,7
@@
int ztest_fetch(void *handle, bend_fetch_rr *r)
if (!cp)
{
r->errcode = YAZ_BIB1_PRESENT_REQUEST_OUT_OF_RANGE;
+ return 0;
}
else
{