From 1b61f41f577a247c7a9534c56966e796facf1494 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Oct 1999 18:56:42 +0000 Subject: More stuff --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival') diff --git a/archival/tar.c b/archival/tar.c index a5a0fab..ff60f06 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -844,7 +844,7 @@ static void saveDirectory (const char *dirName, const struct stat *statbuf) DIR *dir; struct dirent *entry; int needSlash; - char fullName[PATH_LEN]; + char fullName[NAME_MAX]; /* * Construct the directory name as used in the tar file by appending -- cgit v1.1