| Index: xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| diff --git a/xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp b/xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| index b5f5aa5fe475155715b9bcf8c7bec8d96c77a06f..a0479e7f6daf25e3b7c2eb9205ab6e4598bd99db 100644
|
| --- a/xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| +++ b/xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp
|
| @@ -150,10 +150,8 @@ int32_t CBC_OnedCode128Reader::DecodeCode(CBC_CommonBitArray* row,
|
| }
|
| if (bestMatch >= 0) {
|
| return bestMatch;
|
| - } else {
|
| - e = BCExceptionNotFound;
|
| - return 0;
|
| }
|
| + e = BCExceptionNotFound;
|
| return 0;
|
| }
|
| CFX_ByteString CBC_OnedCode128Reader::DecodeRow(int32_t rowNumber,
|
|
|