diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |