|
Lines 1-6
Link Here
|
| 1 |
--- http.c.orig Wed Oct 31 15:13:04 2007 |
1 |
--- http.c.orig 2010-08-16 13:42:14.099356738 +0200 |
| 2 |
+++ http.c Wed Oct 31 15:13:39 2007 |
2 |
+++ http.c 2010-08-16 13:42:58.186459428 +0200 |
| 3 |
@@ -51,7 +51,7 @@ |
3 |
@@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void * |
| 4 |
static int initCurlStuffFailed(void); |
4 |
static int initCurlStuffFailed(void); |
| 5 |
|
5 |
|
| 6 |
#ifdef NEED_CURL_EASY_STRERROR |
6 |
#ifdef NEED_CURL_EASY_STRERROR |
|
Lines 9-15
Link Here
|
| 9 |
#endif |
9 |
#endif |
| 10 |
|
10 |
|
| 11 |
/* Set auction error with full libcurl details */ |
11 |
/* Set auction error with full libcurl details */ |
| 12 |
@@ -409,7 +409,7 @@ |
12 |
@@ -517,7 +517,7 @@ static const char *curlErrorTable[] = { |
| 13 |
"Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */ |
13 |
"Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */ |
| 14 |
}; |
14 |
}; |