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:
132a4c6
)
delete-trailing-whitespace
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Jun 2015 13:49:13 +0000
(15:49 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Jun 2015 13:49:13 +0000
(15:49 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
63be8d4
..
4e36630
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-1540,7
+1540,7
@@
int client_parse_query(struct client *cl, const char *query,
{
if (cl->pquery)
session_log(se, YLOG_LOG, "Client %s: "
- "Re-search due query/limit change: %s to %s",
+ "Re-search due query/limit change: %s to %s",
client_get_id(cl), cl->pquery, wrbuf_cstr(w_pqf));
xfree(cl->pquery);
cl->pquery = xstrdup(wrbuf_cstr(w_pqf));
@@
-1747,7
+1747,7
@@
const char *client_get_suggestions_xml(struct client *cl, WRBUF wrbuf)
/* int idx; */
struct suggestions *suggestions = cl->suggestions;
- if (!suggestions)
+ if (!suggestions)
return "";
if (suggestions->passthrough)
{