mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fixed error message
This commit is contained in:
parent
df3ca59116
commit
bd2db87237
@ -152,8 +152,8 @@ curl_easy_strerror(CURLcode error)
|
||||
case CURLE_SSL_CONNECT_ERROR:
|
||||
return "SSL connect error";
|
||||
|
||||
case CURLE_FTP_BAD_DOWNLOAD_RESUME:
|
||||
return "couldn't resume FTP download";
|
||||
case CURLE_BAD_DOWNLOAD_RESUME:
|
||||
return "couldn't resume download";
|
||||
|
||||
case CURLE_FILE_COULDNT_READ_FILE:
|
||||
return "couldn't read a file:// file";
|
||||
|
Loading…
Reference in New Issue
Block a user