зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
0e4d656d98
Коммит
8423ead416
|
@ -157,6 +157,7 @@ static const char* const nonDecodableTypes [] = {
|
||||||
static const char* const nonDecodableExtensions [] = {
|
static const char* const nonDecodableExtensions [] = {
|
||||||
"gz",
|
"gz",
|
||||||
"zip",
|
"zip",
|
||||||
|
"Z",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче