mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(runloop_data.c) Initialize variable to prevent warning
This commit is contained in:
parent
d374fb863c
commit
bff9eaa4f2
@ -180,7 +180,7 @@ static int rarch_main_data_http_conn_iterate_transfer_parse(http_handle_t *http)
|
||||
|
||||
static int rarch_main_data_http_iterate_transfer_parse(http_handle_t *http)
|
||||
{
|
||||
size_t len;
|
||||
size_t len = 0;
|
||||
char *data = (char*)net_http_data(http->handle, &len, false);
|
||||
|
||||
if (data && http->cb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user