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:
|
case CURLE_SSL_CONNECT_ERROR:
|
||||||
return "SSL connect error";
|
return "SSL connect error";
|
||||||
|
|
||||||
case CURLE_FTP_BAD_DOWNLOAD_RESUME:
|
case CURLE_BAD_DOWNLOAD_RESUME:
|
||||||
return "couldn't resume FTP download";
|
return "couldn't resume download";
|
||||||
|
|
||||||
case CURLE_FILE_COULDNT_READ_FILE:
|
case CURLE_FILE_COULDNT_READ_FILE:
|
||||||
return "couldn't read a file:// file";
|
return "couldn't read a file:// file";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user