mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(net_http.c) Silence warning
This commit is contained in:
parent
07684fff1c
commit
e1395abe69
@ -187,7 +187,7 @@ http_t *net_http_new(const char * url)
|
||||
{
|
||||
bool error;
|
||||
char *domain = NULL, *location = NULL;
|
||||
int port, fd = -1;
|
||||
int port = 0, fd = -1;
|
||||
http_t *state = NULL;
|
||||
char *urlcopy =(char*)malloc(strlen(url)+1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user