aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 06:38:41 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 06:38:41 +0000
commita21f4e018a39c08e09d69fae63383000a327716a (patch)
tree6136f5e13e35ea86cc53eeaba52796813a4bea92 /archival/tar.c
parente968ee3f70ac1f5ee269be67ee075595d86f61b8 (diff)
downloadbusybox-a21f4e018a39c08e09d69fae63383000a327716a.tar.gz
Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC.
He took a look into the recent reports of tar problems, and found an obvious typo in last_patch91 from vodz which converted tar to use bb_getopt_ulflags.
Diffstat (limited to 'archival/tar.c')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 06851e854..acc8d54f9 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -687,7 +687,7 @@ int tar_main(int argc, char **argv)
}
#endif
#ifdef CONFIG_FEATURE_TAR_BZIP2
- if(opt & TAR_OPT_GZIP) {
+ if(opt & TAR_OPT_BZIP2) {
get_header_ptr = get_header_tar_bz2;
}
#endif