diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-13 18:56:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-13 18:56:42 +0000 |
commit | c001eef9a047bca2da2df0fbd2f43943afe1da76 (patch) | |
tree | a2008aca5c711f72c9b29b5b4372de074fc5da32 /tar.c | |
parent | f6628dcbb838eb783c17bfd11651f0a30d84b269 (diff) | |
download | busybox-w32-c001eef9a047bca2da2df0fbd2f43943afe1da76.tar.gz busybox-w32-c001eef9a047bca2da2df0fbd2f43943afe1da76.tar.bz2 busybox-w32-c001eef9a047bca2da2df0fbd2f43943afe1da76.zip |
More stuff
git-svn-id: svn://busybox.net/trunk/busybox@23 69ca8d6d-28ef-0310-b511-8ec308f3f277
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) | |||
844 | DIR *dir; | 844 | DIR *dir; |
845 | struct dirent *entry; | 845 | struct dirent *entry; |
846 | int needSlash; | 846 | int needSlash; |
847 | char fullName[PATH_LEN]; | 847 | char fullName[NAME_MAX]; |
848 | 848 | ||
849 | /* | 849 | /* |
850 | * Construct the directory name as used in the tar file by appending | 850 | * Construct the directory name as used in the tar file by appending |