| Index: core/fxcodec/lgif/fx_gif.h
|
| diff --git a/core/fxcodec/lgif/fx_gif.h b/core/fxcodec/lgif/fx_gif.h
|
| index 47e5eebab74066f8e8243da97ae6f499131250b6..eb179bb73872f61b5d241039bc61ff2417c9433f 100644
|
| --- a/core/fxcodec/lgif/fx_gif.h
|
| +++ b/core/fxcodec/lgif/fx_gif.h
|
| @@ -118,7 +118,7 @@ class CGifLZWDecoder {
|
| uint16_t prefix;
|
| uint8_t suffix;
|
| };
|
| - CGifLZWDecoder(FX_CHAR* error_ptr = NULL) { err_msg_ptr = error_ptr; }
|
| + CGifLZWDecoder(FX_CHAR* error_ptr = nullptr) { err_msg_ptr = error_ptr; }
|
| void InitTable(uint8_t code_len);
|
|
|
| int32_t Decode(uint8_t* des_buf, uint32_t& des_size);
|
|
|