summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-lib::easy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/files/patch-lib::easy.c')
-rw-r--r--ftp/curl/files/patch-lib::easy.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/curl/files/patch-lib::easy.c b/ftp/curl/files/patch-lib::easy.c
deleted file mode 100644
index a5439c4d95a8..000000000000
--- a/ftp/curl/files/patch-lib::easy.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN -urN -x .svn ../../vendor/curl/lib/easy.c ./lib/easy.c
---- ../../vendor/curl/lib/easy.c 2008-03-24 00:40:11.000000000 +0200
-+++ ./lib/easy.c 2008-03-29 16:08:15.000000000 +0200
-@@ -819,7 +819,7 @@
- if(data->state.tempwrite && (tempsize - chunklen)) {
- /* Ouch, the reading is again paused and the block we send is now
- "cached". If this is the final chunk we can leave it like this, but
-- if we have more chunks that is cached after this, we need to free
-+ if we have more chunks that are cached after this, we need to free
- the newly cached one and put back a version that is truly the entire
- contents that is saved for later
- */