diff options
author | MaxXor <admin@maxxor.org> | 2017-08-30 21:13:02 +0200 |
---|---|---|
committer | MaxXor <admin@maxxor.org> | 2017-08-30 21:13:02 +0200 |
commit | b338dad2410b5e6cb1c811589f01a991766e7768 (patch) | |
tree | ae8fcc85d4a97038d78be66effe977fbbcceb115 /external/miniupnpc/receivedata.c | |
parent | Merge pull request #2349 (diff) | |
download | monero-b338dad2410b5e6cb1c811589f01a991766e7768.tar.xz |
update miniupnpc
Diffstat (limited to '')
-rw-r--r-- | external/miniupnpc/receivedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/miniupnpc/receivedata.c b/external/miniupnpc/receivedata.c index ef85a3db4..d003eb69d 100644 --- a/external/miniupnpc/receivedata.c +++ b/external/miniupnpc/receivedata.c @@ -28,7 +28,7 @@ #endif /* _WIN32 */ #ifdef _WIN32 -#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError()); +#define PRINT_SOCKET_ERROR(x) fprintf(stderr, "Socket error: %s, %d\n", x, WSAGetLastError()); #else #define PRINT_SOCKET_ERROR(x) perror(x) #endif |