commit | 837097648e88080239dd279489b482d9bb91e765 | [log] [tgz] |
---|---|---|
author | Tim Riker <tim@rikers.org> | Fri Jun 22 00:27:11 2001 +0000 |
committer | Tim Riker <tim@rikers.org> | Fri Jun 22 00:27:11 2001 +0000 |
tree | 5494500399c98471fa1b60a2089c41041d1498c7 | |
parent | fbbd360b3c680ea76e67c04413d0a1430caf07bd [diff] [blame] |
comment cleanup
diff --git a/archival/tar.c b/archival/tar.c index e68194f..c18e66f 100644 --- a/archival/tar.c +++ b/archival/tar.c
@@ -403,7 +403,7 @@ return( FALSE); } /* make the final component, just in case it was - * omitted by create_path() (which will skip the + * omitted by make_directory() (which will skip the * directory if it doesn't have a terminating '/') */ if (mkdir(header->name, header->mode) < 0 && errno != EEXIST) { perror_msg("%s", header->name);