mirror of
https://github.com/curl/curl.git
synced 2026-06-03 15:54:21 +03:00
first.c fix result type mask
This commit is contained in:
parent
c9c9723506
commit
870d331885
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ void ws_close(CURL *curl)
|
|||
{
|
||||
size_t sent;
|
||||
CURLcode result = curl_ws_send(curl, "", 0, &sent, 0, CURLWS_CLOSE);
|
||||
curl_mfprintf(stderr, "ws: curl_ws_send returned %u, sent %zu\n",
|
||||
curl_mfprintf(stderr, "ws: curl_ws_send returned %d, sent %zu\n",
|
||||
result, sent);
|
||||
}
|
||||
#endif /* CURL_DISABLE_WEBSOCKETS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue