Revert "ZlibDecompressor: also accept gzip format"
This reverts commit 142d59ca90.
This commit is contained in:
@@ -54,7 +54,7 @@ ZlibDecompressor::Init()
|
|||||||
fStream.adler = 0;
|
fStream.adler = 0;
|
||||||
fStream.reserved = 0;
|
fStream.reserved = 0;
|
||||||
|
|
||||||
int zlibError = inflateInit2(&fStream, 32 + MAX_WBITS);
|
int zlibError = inflateInit(&fStream);
|
||||||
if (zlibError != Z_OK)
|
if (zlibError != Z_OK)
|
||||||
return TranslateZlibError(zlibError);
|
return TranslateZlibError(zlibError);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user