htsp server: fix len variable type in htsp_read_message() - coverity (signess)
This commit is contained in:
parent
6daddcc761
commit
854f4dfbae
1 changed files with 1 additions and 1 deletions
|
@ -2246,7 +2246,7 @@ static int
|
|||
htsp_read_message(htsp_connection_t *htsp, htsmsg_t **mp, int timeout)
|
||||
{
|
||||
int v;
|
||||
size_t len;
|
||||
uint32_t len;
|
||||
uint8_t data[4];
|
||||
void *buf;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue