Can't flippin' count
[blerg.git] / cgi / cgi_blerg.c
index 2b7998b..eec6fb3 100644 (file)
@@ -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);