X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=0ab83ec1d0c74d85b807ed62bf84e58cc465c5e6;hb=c85c08892f8104bc749c476b6f3ab2b1738d96e3;hp=27edb18ef4dce5b24e8815b7731c9ddf218b5844;hpb=96a51a0967aae2852a4e900e9e7f4a4b54dcabfc;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 27edb18..0ab83ec 100644 --- 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, "%d\n", ht[i].records - ht[i].filtered); if (version >= 2) - wrbuf_printf(c->wrbuf, "%d\n"); + wrbuf_printf(c->wrbuf, "%d\n", ht[i].filtered); wrbuf_puts(c->wrbuf, ""); wrbuf_xmlputs(c->wrbuf, ht[i].state); wrbuf_puts(c->wrbuf, "\n");