mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 23:58:12 +08:00
fix bug #81411
This commit is contained in:
@ -674,7 +674,7 @@ CMetaHeader::CMetaHeader()
|
||||
{
|
||||
}
|
||||
|
||||
void CMetaHeader::FromStream(POLE::Stream* pStream, CRYPT::ECMADecryptor *pDecryptor)
|
||||
void CMetaHeader::FromStream(POLE::Stream* pStream, CRYPT::Decryptor *pDecryptor)
|
||||
{
|
||||
BYTE pData[34];
|
||||
pStream->read(pData, 34);
|
||||
|
||||
Reference in New Issue
Block a user