diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-21 06:39:24 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-21 06:39:24 +0000 |
commit | 218ba0ab2169d4d414775d876d690982039c7223 (patch) | |
tree | eeac937135b8c2293148d51dac7d6060cd5eaa66 /gnu/usr.bin/cvs/vms/ndir.c | |
parent | f812272e2063b0b666438f2bffb0b5fa49f19144 (diff) |
New release from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/vms/ndir.c')
-rw-r--r-- | gnu/usr.bin/cvs/vms/ndir.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/cvs/vms/ndir.c b/gnu/usr.bin/cvs/vms/ndir.c index 87fb0cb070a..a9758eae1dd 100644 --- a/gnu/usr.bin/cvs/vms/ndir.c +++ b/gnu/usr.bin/cvs/vms/ndir.c @@ -15,10 +15,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with GNU VMSLIB; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <varargs.h> @@ -109,7 +105,7 @@ opendir (infilename, filepattern) filename = (char *) malloc(length+1); strcpy(filename, infilename); - strip_path(filename); + strip_trailing_slashes (filename); if(strcmp(filename, ".") == 0) { getcwd(filename, length+1, 1); /* Get a VMS filespec */ |