From f7c634fd5e7c337bf4314da19c630d3bbce3842b Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 10 Apr 2001 11:48:26 +0000 Subject: Re-update to 1.03r with a hotfix from the author. PORTREVISION is set to 1 now due to this whole matter. Submitted by: MAINTAINER --- shells/fd/files/patch-browse.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shells/fd/files/patch-browse.c (limited to 'shells/fd/files/patch-browse.c') diff --git a/shells/fd/files/patch-browse.c b/shells/fd/files/patch-browse.c new file mode 100644 index 000000000000..e3c8c7e1cbe6 --- /dev/null +++ b/shells/fd/files/patch-browse.c @@ -0,0 +1,11 @@ +diff -urNP ../FD-1.03r/browse.c ./browse.c +--- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001 ++++ ./browse.c Tue Apr 10 00:00:00 2001 +@@ -1305,6 +1305,7 @@ + } + else if (_chdir2(cp) >= 0) strcpy(tmp, cp); + else { ++ *fullpath = '\0'; + warning(-1, cp); + def = NULL; + strcpy(fullpath, origpath); -- cgit v1.2.3