mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
Fixed warning.
This commit is contained in:
parent
78f52b5681
commit
0a09482460
@ -2091,7 +2091,7 @@ static struct WIN_servent* __ws_getservbyport(int port, const char* proto, int d
|
|||||||
else SetLastError(WSAENOBUFS);
|
else SetLastError(WSAENOBUFS);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
MESSAGE("service on port %ul protocol %s not found; You might want to add "
|
MESSAGE("service on port %lu protocol %s not found; You might want to add "
|
||||||
"this to /etc/services\n", (unsigned long)ntohl(port),
|
"this to /etc/services\n", (unsigned long)ntohl(port),
|
||||||
proto ? debugstr_a(pwsi->buffer) : "*");
|
proto ? debugstr_a(pwsi->buffer) : "*");
|
||||||
SetLastError(WSANO_DATA);
|
SetLastError(WSANO_DATA);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user