Skip to content

Commit 2f6a4fa

Browse files
committed
fixed formatting error in stat module
1 parent 5e8fe20 commit 2f6a4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_rtmp_stat_module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ngx_rtmp_stat_bw(ngx_http_request_t *r, ngx_chain_t ***lll,
255255
ngx_rtmp_bandwidth_t *bw, char *name,
256256
ngx_uint_t flags)
257257
{
258-
u_char buf[NGX_INT64_LEN + 1];
258+
u_char buf[NGX_INT64_LEN + 9];
259259

260260
ngx_rtmp_update_bandwidth(bw, 0);
261261

0 commit comments

Comments
 (0)