From: Eric Andersen Date: Sat, 5 Jul 2003 06:38:41 +0000 (-0000) Subject: Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. X-Git-Tag: 1_00_pre1~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a21f4e018a39c08e09d69fae63383000a327716a;p=oweals%2Fbusybox.git 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. --- 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