diff options
author | Eric Andersen | 1999-10-13 18:56:42 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-13 18:56:42 +0000 |
commit | 1b61f41f577a247c7a9534c56966e796facf1494 (patch) | |
tree | a2008aca5c711f72c9b29b5b4372de074fc5da32 /tar.c | |
parent | 21943ce6416215ff1a2df7b5008460bf9099f478 (diff) | |
download | busybox-1b61f41f577a247c7a9534c56966e796facf1494.zip busybox-1b61f41f577a247c7a9534c56966e796facf1494.tar.gz |
More stuff
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |