mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
multiformat reader for one-d
This commit is contained in:
@@ -90,7 +90,7 @@ impl UPCEANExtension5Support {
|
||||
let mut x = 0;
|
||||
while x < 5 && rowOffset < end {
|
||||
// for (int x = 0; x < 5 && rowOffset < end; x++) {
|
||||
let bestMatch = StandIn::decodeDigit(
|
||||
let bestMatch = StandIn.decodeDigit(
|
||||
row,
|
||||
&mut counters,
|
||||
rowOffset,
|
||||
|
||||
Reference in New Issue
Block a user