| Index: xfa/fxfa/app/xfa_checksum.cpp
|
| diff --git a/xfa/fxfa/app/xfa_checksum.cpp b/xfa/fxfa/app/xfa_checksum.cpp
|
| index c76ec505e931da93c9946d85a00ccaa8ad56d81a..318541f05a21d30f6e50703dc49ff99e7586ea75 100644
|
| --- a/xfa/fxfa/app/xfa_checksum.cpp
|
| +++ b/xfa/fxfa/app/xfa_checksum.cpp
|
| @@ -183,6 +183,6 @@ void CXFA_ChecksumContext::GetChecksum(CFX_ByteString& bsChecksum) {
|
| }
|
| void CXFA_ChecksumContext::Update(const CFX_ByteStringC& bsText) {
|
| if (m_pByteContext) {
|
| - CRYPT_SHA1Update(m_pByteContext, bsText.GetPtr(), bsText.GetLength());
|
| + CRYPT_SHA1Update(m_pByteContext, bsText.raw_str(), bsText.GetLength());
|
| }
|
| }
|
|
|