From f46a1fafbbb11affe9335afa036b72e496a818d0 Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: svn://busybox.net/trunk/busybox@7036 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-55-g6feb