aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-13 18:56:42 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-13 18:56:42 +0000
commit1b61f41f577a247c7a9534c56966e796facf1494 (patch)
treea2008aca5c711f72c9b29b5b4372de074fc5da32 /tar.c
parent21943ce6416215ff1a2df7b5008460bf9099f478 (diff)
downloadbusybox-w32-1b61f41f577a247c7a9534c56966e796facf1494.tar.gz
busybox-w32-1b61f41f577a247c7a9534c56966e796facf1494.tar.bz2
busybox-w32-1b61f41f577a247c7a9534c56966e796facf1494.zip
More stuff
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c2
1 files changed, 1 insertions, 1 deletions
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)
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