| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp
|
| index 20eaa4c2230656357b0d2cde1e1fcc607b9b5909..408a5980ff021f4f0dfd4d4b670871532e504418 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp
|
| @@ -73,7 +73,7 @@ uint8_t* CBC_DataMatrixWriter::Encode(const CFX_WideString& contents,
|
| BC_EXCEPTION_CHECK_ReturnValue(e, NULL);
|
| CBC_DefaultPlacement* placement =
|
| new CBC_DefaultPlacement(codewords, symbolInfo->getSymbolDataWidth(e),
|
| - symbolInfo->getSymbolDataHeight(e));
|
| + symbolInfo->getSymbolDataHeight(e));
|
| BC_EXCEPTION_CHECK_ReturnValue(e, NULL);
|
| placement->place();
|
| CBC_CommonByteMatrix* bytematrix = encodeLowLevel(placement, symbolInfo, e);
|
|
|