mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
CI: Cover kernel utility
This commit is contained in:
parent
a8408de972
commit
f7b2ee4cc9
2 changed files with 17 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ uint8_t srs_from_hex_char(uint8_t c)
|
|||
return -1;
|
||||
}
|
||||
|
||||
char *srs_data_to_hex(char *des,const u_int8_t *src,int len)
|
||||
char* srs_data_to_hex(char* des, const u_int8_t* src, int len)
|
||||
{
|
||||
if(src == NULL || len == 0 || des == NULL){
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue