mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
One buildfix begets another buildfix
This commit is contained in:
parent
6b45c9e940
commit
c569aa93a6
@ -177,7 +177,7 @@ struct http_connection_t *net_http_connection_new(const char *url)
|
||||
if (!conn->urlcopy)
|
||||
goto error;
|
||||
|
||||
strlcpy(conn->urlcopy, url, length));
|
||||
strlcpy(conn->urlcopy, url, length);
|
||||
|
||||
if (strncmp(url, "http://", strlen("http://")) != 0)
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user