mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
rename helper methods
This commit is contained in:
@@ -111,7 +111,7 @@ impl MultipleBarcodeReader for QRCodeMultiReader {
|
||||
// ignore and continue
|
||||
continue;
|
||||
} else {
|
||||
return Err(output.err().unwrap_or(Exceptions::notFoundEmpty()));
|
||||
return Err(output.err().unwrap_or(Exceptions::notFound));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user