fixed error message
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Dec 2004 18:55:23 +0000 (18:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Dec 2004 18:55:23 +0000 (18:55 +0000)
lib/strerror.c

index cc7454c..10cc804 100644 (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";