mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(MSVC) Silence warning in net_http.c
This commit is contained in:
parent
fe3615ba22
commit
2fa9f29d93
@ -400,7 +400,7 @@ parse_again:
|
||||
}
|
||||
else if (state->part == p_body)
|
||||
{
|
||||
if (newlen >= state->len)
|
||||
if ((size_t)newlen >= state->len)
|
||||
{
|
||||
state->pos += state->len;
|
||||
newlen -= state->len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user