正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -2340,7 +2340,7 @@ int srs_human_print_rtmp_packet(char type, u_int32_t timestamp, char* data, int | @@ -2340,7 +2340,7 @@ int srs_human_print_rtmp_packet(char type, u_int32_t timestamp, char* data, int | ||
2340 | const char* srs_human_format_time() | 2340 | const char* srs_human_format_time() |
2341 | { | 2341 | { |
2342 | struct timeval tv; | 2342 | struct timeval tv; |
2343 | - char buf[23]; | 2343 | + static char buf[23]; |
2344 | 2344 | ||
2345 | memset(buf, 0, sizeof(buf)); | 2345 | memset(buf, 0, sizeof(buf)); |
2346 | 2346 |
-
请 注册 或 登录 后发表评论