From a21f4e018a39c08e09d69fae63383000a327716a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 5 Jul 2003 06:38:41 +0000 Subject: 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. --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/tar.c') 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 -- cgit v1.2.3