mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
Cleanup
This commit is contained in:
parent
31f3fc0abb
commit
96723f3a57
@ -98,12 +98,12 @@ error:
|
|||||||
|
|
||||||
static void net_http_send_str(int fd, bool *error, const char *text)
|
static void net_http_send_str(int fd, bool *error, const char *text)
|
||||||
{
|
{
|
||||||
if (!*error)
|
if (*error)
|
||||||
{
|
return;
|
||||||
|
|
||||||
if (!socket_send_all_blocking(fd, text, strlen(text), true))
|
if (!socket_send_all_blocking(fd, text, strlen(text), true))
|
||||||
*error = true;
|
*error = true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static char* urlencode(const char* url)
|
static char* urlencode(const char* url)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user