aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authortimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-22 00:27:11 +0000
committertimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-22 00:27:11 +0000
commitb8f16230019453d9b4ad0234a4d11787e70fe5df (patch)
tree5494500399c98471fa1b60a2089c41041d1498c7 /tar.c
parenta5023e70d8954645d4168bb5fd891b9fe3bc51ad (diff)
downloadbusybox-w32-b8f16230019453d9b4ad0234a4d11787e70fe5df.tar.gz
busybox-w32-b8f16230019453d9b4ad0234a4d11787e70fe5df.tar.bz2
busybox-w32-b8f16230019453d9b4ad0234a4d11787e70fe5df.zip
comment cleanup
git-svn-id: svn://busybox.net/trunk/busybox@2877 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 e68194ff7..c18e66fd2 100644
--- a/tar.c
+++ b/tar.c
@@ -403,7 +403,7 @@ tarExtractDirectory(TarInfo *header, int extractFlag, int tostdoutFlag)
403 return( FALSE); 403 return( FALSE);
404 } 404 }
405 /* make the final component, just in case it was 405 /* make the final component, just in case it was
406 * omitted by create_path() (which will skip the 406 * omitted by make_directory() (which will skip the
407 * directory if it doesn't have a terminating '/') */ 407 * directory if it doesn't have a terminating '/') */
408 if (mkdir(header->name, header->mode) < 0 && errno != EEXIST) { 408 if (mkdir(header->name, header->mode) < 0 && errno != EEXIST) {
409 perror_msg("%s", header->name); 409 perror_msg("%s", header->name);