Don't try to uncompress .Z files when saving them. Bug 162271, patch by harm
ten Napel <harm.ten.napel@oracle.com> and Smaug <smaug@jippii.fi>, r=dwitte, sr=bzbarsky, a=dbaron git-svn-id: svn://10.0.0.236/trunk@136960 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0a01f97f86
commit
66bed7efa6
@ -157,6 +157,7 @@ static const char* const nonDecodableTypes [] = {
|
||||
static const char* const nonDecodableExtensions [] = {
|
||||
"gz",
|
||||
"zip",
|
||||
"Z",
|
||||
0
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user