mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
code 128 integration passes
This commit is contained in:
@@ -79,7 +79,7 @@ impl OneDReader for Code93Reader {
|
||||
// lastPatternSize += counter;
|
||||
// }
|
||||
|
||||
let lastPatternSize : u32 = theCounters.iter().sum();
|
||||
let lastPatternSize: u32 = theCounters.iter().sum();
|
||||
|
||||
// Should be at least one more black module
|
||||
if nextStart == end || !row.get(nextStart) {
|
||||
|
||||
Reference in New Issue
Block a user