1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Merge branch '2.0release' into develop

This commit is contained in:
winlin 2015-03-23 21:21:42 +08:00
commit df3f24403e

View file

@ -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() const char* srs_human_format_time()
{ {
struct timeval tv; struct timeval tv;
char buf[23]; static char buf[23];
memset(buf, 0, sizeof(buf)); memset(buf, 0, sizeof(buf));