mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Call Deflator::IsolatedInitialize during Gzip init (GH #660)
This commit is contained in:
parent
9b4476ef7b
commit
7eb0535a98
2
gzip.cpp
2
gzip.cpp
@ -14,6 +14,8 @@ static inline bool Is8859Character(char c) {
|
||||
|
||||
void Gzip::IsolatedInitialize(const NameValuePairs ¶meters)
|
||||
{
|
||||
Deflator::IsolatedInitialize(parameters);
|
||||
|
||||
ConstByteArrayParameter v;
|
||||
if (parameters.GetValue(Name::FileName(), v))
|
||||
m_filename.assign(reinterpret_cast<const char*>(v.begin()), v.size());
|
||||
|
Loading…
Reference in New Issue
Block a user