| Index: xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
|
| index a41e46afc92383cb970116d17183605a169bc03b..9371dc42e85a1ca919360ec93815768a8740ffa3 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
|
| +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
|
| @@ -90,7 +90,7 @@ CBC_DataMatrixDataBlock::GetDataBlocks(CFX_ByteArray* rawCodewords,
|
| }
|
| if (rawCodewordsOffset != rawCodewords->GetSize()) {
|
| e = BCExceptionIllegalArgument;
|
| - return NULL;
|
| + return nullptr;
|
| }
|
| return result.release();
|
| }
|
|
|