mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Merge branch '2.0release' into develop
This commit is contained in:
commit
df3f24403e
1 changed files with 1 additions and 1 deletions
|
@ -2340,7 +2340,7 @@ int srs_human_print_rtmp_packet(char type, u_int32_t timestamp, char* data, int
|
|||
const char* srs_human_format_time()
|
||||
{
|
||||
struct timeval tv;
|
||||
char buf[23];
|
||||
static char buf[23];
|
||||
|
||||
memset(buf, 0, sizeof(buf));
|
||||
|
||||
|
|
Loading…
Reference in a new issue