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:
72d323b
)
Return 1 on research. 0 on no research
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 10 Oct 2012 08:59:54 +0000
(10:59 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 10 Oct 2012 08:59:54 +0000
(10:59 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
fd1ebc9
..
618dfcf
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-1414,7
+1414,7
@@
int client_parse_sort(struct client *cl, struct reclist_sortparms *sp)
}
}
- return cl->same_search;
+ return !cl->same_search;
}
void client_set_session(struct client *cl, struct session *se)