mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-09 22:48:45 +00:00
missed a format
This commit is contained in:
parent
2311a26eb0
commit
a7eb65355e
|
@ -61,7 +61,7 @@ bool BaseConnection::Open()
|
|||
#ifdef SO_NOSIGPIPE
|
||||
int optval = 1;
|
||||
setsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, &optval, sizeof(optval));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
for (int pipeNum = 0; pipeNum < 10; ++pipeNum) {
|
||||
snprintf(
|
||||
|
|
Loading…
Reference in a new issue