diff --git a/ffserver.c b/ffserver.c index cdfb277e5c..fa162a5bc0 100644 --- a/ffserver.c +++ b/ffserver.c @@ -1367,8 +1367,8 @@ static int http_parse_request(HTTPContext *c) "\r\n" "
The server is too busy to serve your request at this time.
\r\n" - "The bandwidth being served (including your stream) is %" PRIu64 "kbit/sec, " - "and this exceeds the limit of %" PRIu64 "kbit/sec.
\r\n" + "The bandwidth being served (including your stream) is %"PRIu64"kbit/sec, " + "and this exceeds the limit of %"PRIu64"kbit/sec.
\r\n" "\r\n", current_bandwidth, max_bandwidth); /* prepare output buffer */ c->buffer_ptr = c->buffer; @@ -1860,7 +1860,7 @@ static void compute_status(HTTPContext *c) url_fprintf(pb, "Number of connections: %d / %d