mirror of
https://github.com/curl/curl.git
synced 2026-04-17 18:41:41 +03:00
Tor Arntsen spotted this mistake
This commit is contained in:
parent
68d4b77d44
commit
e264f699d4
1 changed files with 1 additions and 1 deletions
|
|
@ -865,7 +865,7 @@ int main(int argc, char *argv[])
|
|||
msgsock = accept(sock, NULL, NULL);
|
||||
|
||||
if (CURL_SOCKET_BAD == msgsock) {
|
||||
printf("MAJOR ERROR: accept() failed with error: &d\n", errno);
|
||||
printf("MAJOR ERROR: accept() failed with error: %d\n", errno);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue