diff options
author | Ron Yorston <rmy@pobox.com> | 2017-05-29 14:20:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-05-29 14:34:28 +0100 |
commit | da4f331955bed8afda670afcd58d524a04a0faa9 (patch) | |
tree | f6a3879aefdd714240f8c022375f687b512d2238 /archival/tar.c | |
parent | 74163a535fd21f5fcca4c052d2e7c192d3e264fa (diff) | |
parent | 6683d1cbb44859f549f87f882545b84b9369585c (diff) | |
download | busybox-w32-da4f331955bed8afda670afcd58d524a04a0faa9.tar.gz busybox-w32-da4f331955bed8afda670afcd58d524a04a0faa9.tar.bz2 busybox-w32-da4f331955bed8afda670afcd58d524a04a0faa9.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index 34e3052ce..be5838d0d 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -529,8 +529,8 @@ static int FAST_FUNC writeFileToTarball(const char *fileName, struct stat *statb | |||
529 | /* | 529 | /* |
530 | * Check to see if we are dealing with a hard link. | 530 | * Check to see if we are dealing with a hard link. |
531 | * If so - | 531 | * If so - |
532 | * Treat the first occurance of a given dev/inode as a file while | 532 | * Treat the first occurrence of a given dev/inode as a file while |
533 | * treating any additional occurances as hard links. This is done | 533 | * treating any additional occurrences as hard links. This is done |
534 | * by adding the file information to the HardLinkInfo linked list. | 534 | * by adding the file information to the HardLinkInfo linked list. |
535 | */ | 535 | */ |
536 | tbInfo->hlInfo = NULL; | 536 | tbInfo->hlInfo = NULL; |