X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcgi_blerg.c;fp=cgi%2Fcgi_blerg.c;h=eec6fb3ef19cc29605971a1e69c8959c6061ec5f;hb=d65256b61e4be66a4a30f0863c8ba4da200ee830;hp=2b7998bbe6dbed15b8d2c8777f1ae4b7a0329662;hpb=88ab89dbd281efef8258861f76810ccc2b29ac39;p=blerg.git diff --git a/cgi/cgi_blerg.c b/cgi/cgi_blerg.c index 2b7998b..eec6fb3 100644 --- a/cgi/cgi_blerg.c +++ b/cgi/cgi_blerg.c @@ -422,7 +422,7 @@ int main(int argc, char *argv[]) { int mentioned = blerg_get_status(b, BLERGSTATUS_MENTIONED); blerg_close(b); - yajl_gen_string(g, (unsigned char *)"feed_new", 7); + yajl_gen_string(g, (unsigned char *)"feed_new", 8); yajl_gen_integer(g, subscription_count_items(username) - subscription_mark); yajl_gen_string(g, (unsigned char *)"mentioned", 9);