Index: core/fpdfdoc/doc_basic.cpp |
diff --git a/core/fpdfdoc/doc_basic.cpp b/core/fpdfdoc/doc_basic.cpp |
index 6d6e5c234f4c8ebbfc5ba703549b25b88a82e93a..a3e94cb033a59235dcf6ec3fd1d67d5c51572b2c 100644 |
--- a/core/fpdfdoc/doc_basic.cpp |
+++ b/core/fpdfdoc/doc_basic.cpp |
@@ -482,7 +482,7 @@ CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const { |
if (pLabel->KeyExist("P")) { |
wsLabel += pLabel->GetUnicodeTextBy("P"); |
} |
- CFX_ByteString bsNumberingStyle = pLabel->GetStringBy("S", NULL); |
+ CFX_ByteString bsNumberingStyle = pLabel->GetStringBy("S", nullptr); |
int nLabelNum = nPage - n + pLabel->GetIntegerBy("St", 1); |
CFX_WideString wsNumPortion = |
_GetLabelNumPortion(nLabelNum, bsNumberingStyle); |