mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix delimiter for mitm connect
This commit is contained in:
parent
26e5c28208
commit
a09a1030c0
@ -579,7 +579,7 @@ static void netplay_announce_cb(void *task_data, void *user_data, const char *er
|
||||
host_string = (char*)calloc(1, ip_len + port_len + 2);
|
||||
|
||||
memcpy(host_string, mitm_ip, ip_len);
|
||||
memcpy(host_string + ip_len, ":", 1);
|
||||
memcpy(host_string + ip_len, "|", 1);
|
||||
memcpy(host_string + ip_len + 1, mitm_port, port_len);
|
||||
|
||||
/* Enable Netplay */
|
||||
|
Loading…
x
Reference in New Issue
Block a user