diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-14 16:43:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-14 16:43:01 +0000 |
commit | dbe6e66d6a8addbbf9438f40a645be8ae105fa8a (patch) | |
tree | a745eb3196d4c031568256345790d85bc29edc63 /archival/bbunzip.c | |
parent | a1120a8ea29d4a825cbbb796fa15d77b15ca401f (diff) | |
download | busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.tar.gz busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.tar.bz2 busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.zip |
trylink: automatically use custom link script if user provides one
vinfo_msg: one user (info_msg), incorporate in it
*: style fixes
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index f842d458b..f824fcf67 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -212,7 +212,7 @@ char* make_new_name_gunzip(char *filename) | |||
212 | 212 | ||
213 | extension++; | 213 | extension++; |
214 | if (strcmp(extension, "tgz" + 1) == 0 | 214 | if (strcmp(extension, "tgz" + 1) == 0 |
215 | #if ENABLE_FEATURE_GUNZIP_UNCOMPRESS | 215 | #if ENABLE_FEATURE_GUNZIP_UNCOMPRESS |
216 | || strcmp(extension, "Z") == 0 | 216 | || strcmp(extension, "Z") == 0 |
217 | #endif | 217 | #endif |
218 | ) { | 218 | ) { |