mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
ean13 passes integration
This commit is contained in:
@@ -41,10 +41,10 @@ impl UPCEANReader for EAN8Reader {
|
||||
resultString: &mut String,
|
||||
) -> Result<usize, Exceptions> {
|
||||
let mut counters = [0_u32; 4]; //decodeMiddleCounters;
|
||||
// counters[0] = 0;
|
||||
// counters[1] = 0;
|
||||
// counters[2] = 0;
|
||||
// counters[3] = 0;
|
||||
// counters[0] = 0;
|
||||
// counters[1] = 0;
|
||||
// counters[2] = 0;
|
||||
// counters[3] = 0;
|
||||
let end = row.getSize();
|
||||
let mut rowOffset = startRange[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user