| Index: xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp b/xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp
|
| index d8e7bb1dc566b778ea70896bf4e4f5a0cf52cf74..1f7c4c3453ca88ebbddc6e66279a4288ef3899cd 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp
|
| +++ b/xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp
|
| @@ -166,7 +166,7 @@ int32_t CBC_HighLevelEncoder::lookAheadTest(CFX_WideString msg,
|
| int32_t charsProcessed = 0;
|
| while (TRUE) {
|
| if ((startpos + charsProcessed) == msg.GetLength()) {
|
| - FX_DWORD min = std::numeric_limits<int32_t>::max();
|
| + uint32_t min = std::numeric_limits<int32_t>::max();
|
| CFX_ByteArray mins;
|
| mins.SetSize(6);
|
| CFX_Int32Array intCharCounts;
|
|
|