projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e968ee3
)
Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC.
author
Eric Andersen
<andersen@codepoet.org>
Sat, 5 Jul 2003 06:38:41 +0000
(06:38 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 5 Jul 2003 06:38:41 +0000
(06:38 -0000)
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
patch
|
blob
|
history
diff --git
a/archival/tar.c
b/archival/tar.c
index 06851e854aee6978dd346dabe9773d761112f5a9..acc8d54f9376058534884c370eaa00f0bfa37b92 100644
(file)
--- 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