diff options
Diffstat (limited to 'ftp/lftp/files/patch-src-lftp_rl.c')
-rw-r--r-- | ftp/lftp/files/patch-src-lftp_rl.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ftp/lftp/files/patch-src-lftp_rl.c b/ftp/lftp/files/patch-src-lftp_rl.c deleted file mode 100644 index 4d2fd23d534d..000000000000 --- a/ftp/lftp/files/patch-src-lftp_rl.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/lftp_rl.c.orig Tue Oct 18 11:21:22 2005 -+++ src/lftp_rl.c Fri Oct 21 21:55:00 2005 -@@ -191,9 +191,9 @@ - if(!lftp_history_file) - { - const char *home=get_lftp_home(); -+ const char *add="/rl_history"; - if(!home) - return; -- const char *add="/rl_history"; - lftp_history_file=(char*)malloc(strlen(home)+strlen(add)+1); - strcat(strcpy(lftp_history_file,home),add); - } |