1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

fixed error message

This commit is contained in:
Daniel Stenberg 2004-12-11 18:55:23 +00:00
parent df3ca59116
commit bd2db87237

View File

@ -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";