From c001eef9a047bca2da2df0fbd2f43943afe1da76 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 13 Oct 1999 18:56:42 +0000 Subject: More stuff git-svn-id: svn://busybox.net/trunk/busybox@23 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tar.c') diff --git a/tar.c b/tar.c index a5a0fab64..ff60f0689 100644 --- a/tar.c +++ b/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.2.3-55-g6feb