aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 06:38:41 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 06:38:41 +0000
commitf46a1fafbbb11affe9335afa036b72e496a818d0 (patch)
tree6136f5e13e35ea86cc53eeaba52796813a4bea92
parentff3f54f8d35ab9e6214b4e1637041ca605eba15e (diff)
downloadbusybox-w32-f46a1fafbbb11affe9335afa036b72e496a818d0.tar.gz
busybox-w32-f46a1fafbbb11affe9335afa036b72e496a818d0.tar.bz2
busybox-w32-f46a1fafbbb11affe9335afa036b72e496a818d0.zip
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. git-svn-id: svn://busybox.net/trunk/busybox@7036 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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)
687 } 687 }
688#endif 688#endif
689#ifdef CONFIG_FEATURE_TAR_BZIP2 689#ifdef CONFIG_FEATURE_TAR_BZIP2
690 if(opt & TAR_OPT_GZIP) { 690 if(opt & TAR_OPT_BZIP2) {
691 get_header_ptr = get_header_tar_bz2; 691 get_header_ptr = get_header_tar_bz2;
692 } 692 }
693#endif 693#endif