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:
96a51a0
)
Remember variable to print
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 12 Apr 2012 11:31:26 +0000
(13:31 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 12 Apr 2012 11:31:26 +0000
(13:31 +0200)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
27edb18
..
0ab83ec
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-720,7
+720,7
@@
static void bytarget_response(struct http_channel *c, struct http_session *s, co
wrbuf_printf(c->wrbuf, "<records>%d</records>\n", ht[i].records - ht[i].filtered);
if (version >= 2)
- wrbuf_printf(c->wrbuf, "<filtered>%d</filtered>\n");
+ wrbuf_printf(c->wrbuf, "<filtered>%d</filtered>\n", ht[i].filtered);
wrbuf_puts(c->wrbuf, "<state>");
wrbuf_xmlputs(c->wrbuf, ht[i].state);
wrbuf_puts(c->wrbuf, "</state>\n");