Index: xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
index bc3fb4c9bd69ea6934117ca102f308c0ae5c2811..0a0067c7588cddb1b8e666a72faed4598b474984 100644 |
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp |
@@ -210,9 +210,9 @@ CBC_DetectionResultRowIndicatorColumn::getBarcodeMetadata() { |
} |
CBC_BarcodeMetadata* barcodeMetadata = |
new CBC_BarcodeMetadata(barcodeColumnCount.getValue()->GetAt(0), |
- barcodeRowCountUpperPart.getValue()->GetAt(0), |
- barcodeRowCountLowerPart.getValue()->GetAt(0), |
- barcodeECLevel.getValue()->GetAt(0)); |
+ barcodeRowCountUpperPart.getValue()->GetAt(0), |
+ barcodeRowCountLowerPart.getValue()->GetAt(0), |
+ barcodeECLevel.getValue()->GetAt(0)); |
removeIncorrectCodewords(codewords, *barcodeMetadata); |
return barcodeMetadata; |
} |