mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
ECIInput
This commit is contained in:
@@ -1145,7 +1145,7 @@ impl BinaryBitmap {
|
||||
// 1. This work will never be done if the caller only installs 1D Reader objects, or if a
|
||||
// 1D Reader finds a barcode before the 2D Readers run.
|
||||
// 2. This work will only be done once even if the caller installs multiple 2D Readers.
|
||||
return self.matrix;
|
||||
return Ok(self.matrix);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user