diff options
author | Tim Riker <tim@rikers.org> | 2001-06-22 00:27:11 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2001-06-22 00:27:11 +0000 |
commit | 837097648e88080239dd279489b482d9bb91e765 (patch) | |
tree | 5494500399c98471fa1b60a2089c41041d1498c7 /archival/tar.c | |
parent | fbbd360b3c680ea76e67c04413d0a1430caf07bd (diff) | |
download | busybox-w32-837097648e88080239dd279489b482d9bb91e765.tar.gz busybox-w32-837097648e88080239dd279489b482d9bb91e765.tar.bz2 busybox-w32-837097648e88080239dd279489b482d9bb91e765.zip |
comment cleanup
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index e68194ff7..c18e66fd2 100644 --- a/archival/tar.c +++ b/archival/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); |