code_93 reader port no tests

This commit is contained in:
Henry Schimke
2022-12-07 14:22:01 -06:00
parent 6563f94f51
commit a4b5f055b2
4 changed files with 346 additions and 300 deletions

View File

@@ -258,7 +258,7 @@ impl BitMatrix {
for y in 0..self.height {
//for (int y = 0; y < height; y++) {
let offset = y as usize * self.row_size;
rowArray = mask.getRow(y, rowArray);
rowArray = mask.getRow(y, rowArray);
let row = rowArray.getBitArray();
for x in 0..self.row_size {
//for (int x = 0; x < rowSize; x++) {