mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
move maxicode detector to Point
This commit is contained in:
@@ -451,9 +451,7 @@ fn decode_command(
|
||||
);
|
||||
}
|
||||
Err(search_err) => {
|
||||
println!(
|
||||
"Error while attempting to locate barcode in '{file_name}': {search_err}"
|
||||
);
|
||||
println!("Error while attempting to locate barcode in '{file_name}': {search_err}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user