projects
/
pazpar2-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:
fe38d52
)
Fix check for pz:extendrecs
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Mar 2013 14:40:48 +0000
(15:40 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Mar 2013 14:40:48 +0000
(15:40 +0100)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
7b7017b
..
51b2c60
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-780,7
+780,7
@@
int client_fetch_more(struct client *cl)
int number;
str = session_setting_oneval(sdb, PZ_EXTENDRECS);
- if (!str && !*str)
+ if (!str || !*str)
return 0;
extend_recs = atoi(str);