Skip to content
Snippets Groups Projects
Commit 5bc000c5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix warning on Win64 build

parent fd41db08
Branches
Tags
No related merge requests found
Pipeline #5900 passed
......@@ -785,7 +785,7 @@ socketpair(int domain, int type, int protocol, SOCKET *sv)
SOCKET *check;
fd_set rfd;
struct timeval tv;
size_t sa_len;
socklen_t sa_len;
sv[0] = sv[1] = INVALID_SOCKET;
ls = socket(domain, type, protocol);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment