mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
code_93 reader port no tests
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user