| Index: core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp b/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| index 5467cfdaec62274b68b573bf9dc9b7bd2ee30ca7..7febc7932f09b503480933ffccb5fe40419c3922 100644
|
| --- a/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| +++ b/core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| @@ -429,7 +429,7 @@ CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont,
|
|
|
| #if (_FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_)
|
| uint32_t FX_GetLangHashCode(const FX_CHAR* pStr) {
|
| - FXSYS_assert(pStr != NULL);
|
| + FXSYS_assert(pStr);
|
| int32_t iLength = FXSYS_strlen(pStr);
|
| const FX_CHAR* pStrEnd = pStr + iLength;
|
| uint32_t uHashCode = 0;
|
|
|