1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix utest fail

This commit is contained in:
winlin 2020-07-02 16:28:26 +08:00
parent df9efb6486
commit 1c3e4c71ee
2 changed files with 4 additions and 1 deletions

View file

@ -67,7 +67,7 @@ extern srs_utime_t _srs_tmp_timeout;
// For init array data.
#define HELPER_ARRAY_INIT(buf, sz, val) \
for (int i = 0; i < (int)sz; i++) (buf)[i]=val
memset(buf, val, sz)
// Dump simple stream to string.
#define HELPER_BUFFER2STR(io) \