mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
v0.1.4
This commit is contained in:
@@ -817,7 +817,7 @@ fn adjustCodewordStartColumn(
|
||||
return codewordStartColumn;
|
||||
}
|
||||
correctedStartColumn = (correctedStartColumn as i32 + increment) as u32;
|
||||
if let Err(_) = image.try_get(correctedStartColumn, imageRow) {
|
||||
if image.check_in_bounds(correctedStartColumn, imageRow) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user