mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
tests built
This commit is contained in:
@@ -189,7 +189,7 @@ pub fn decode(codewords: &[u32], ecLevel: &str) -> Result<DecoderRXingResult, Ex
|
||||
Vec::new(),
|
||||
ecLevel.to_owned(),
|
||||
);
|
||||
decoderRXingResult.setOther(Rc::new(resultMetadata));
|
||||
decoderRXingResult.setOther(Some(Rc::new(resultMetadata)));
|
||||
|
||||
Ok(decoderRXingResult)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user