| Index: xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp
|
| index ac1e4b5298f42371250df0e712dd45aca133a4ce..3548744bec9acd2dd76c07c4e11f7cb2b407991b 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRDetector.cpp
|
| @@ -115,7 +115,7 @@ CBC_CommonBitMatrix* CBC_QRDetector::SampleGrid(
|
| FX_FLOAT bottomRightY;
|
| FX_FLOAT sourceBottomRightX;
|
| FX_FLOAT sourceBottomRightY;
|
| - if (alignmentPattern != NULL) {
|
| + if (alignmentPattern) {
|
| bottomRightX = alignmentPattern->GetX();
|
| bottomRightY = alignmentPattern->GetY();
|
| sourceBottomRightX = sourceBottomRightY = dimMinusThree - 3.0f;
|
|
|