summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_checksumcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_checksumcontext.cpp')
-rw-r--r--core/fxcrt/cfx_checksumcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_checksumcontext.cpp b/core/fxcrt/cfx_checksumcontext.cpp
index 97d0af2d75..eb20db69ec 100644
--- a/core/fxcrt/cfx_checksumcontext.cpp
+++ b/core/fxcrt/cfx_checksumcontext.cpp
@@ -122,7 +122,7 @@ bool CFX_ChecksumContext::UpdateChecksum(
CFX_SaxParseMode_NotConvert_sharp) < 0) {
return false;
}
- return m_pSAXReader->ContinueParse(nullptr) > 99;
+ return m_pSAXReader->ContinueParse() > 99;
}
void CFX_ChecksumContext::FinishChecksum() {