| Index: core/fxcodec/codec/fx_codec_fax.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_fax.cpp b/core/fxcodec/codec/fx_codec_fax.cpp
|
| index 90d3b24cab8906daa1bfe92798e5c2f9e7bb3154..c0202829ee55312bdf3feb9c241aa4743156880c 100644
|
| --- a/core/fxcodec/codec/fx_codec_fax.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_fax.cpp
|
| @@ -537,7 +537,7 @@ uint8_t* CCodec_FaxDecoder::v_GetNextLine() {
|
| int bitsize = m_SrcSize * 8;
|
| FaxSkipEOL(m_pSrcBuf, bitsize, bitpos);
|
| if (bitpos >= bitsize) {
|
| - return NULL;
|
| + return nullptr;
|
| }
|
| FXSYS_memset(m_pScanlineBuf, 0xff, m_Pitch);
|
| if (m_Encoding < 0) {
|
|
|