diff options
Diffstat (limited to 'ftp/frox/files/patch-src-cache.c')
-rw-r--r-- | ftp/frox/files/patch-src-cache.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ftp/frox/files/patch-src-cache.c b/ftp/frox/files/patch-src-cache.c index 0f2ebeab247c..234d61301042 100644 --- a/ftp/frox/files/patch-src-cache.c +++ b/ftp/frox/files/patch-src-cache.c @@ -3,9 +3,9 @@ Apply patch Patch attached with submission follows: ---- src/cache.c.orig 2008-03-12 16:56:10.000000000 +0200 -+++ src/cache.c 2008-03-12 16:56:10.000000000 +0200 -@@ -364,7 +364,7 @@ +--- src/cache.c.orig 2005-02-04 10:24:55 UTC ++++ src/cache.c +@@ -364,7 +364,7 @@ int setup_fileinfo(sstr * filename) int code; sstr *msg; @@ -14,5 +14,3 @@ Patch attached with submission follows: send_ccommand("SIZE", sstr_buf(filename)); get_message(&code, &msg); if(code / 100 != 2) { - - |