mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
Calendar events ported not passing
This commit is contained in:
@@ -153,7 +153,7 @@ pub fn parse(result: &RXingResult) -> Option<ParsedClientResult> {
|
||||
}
|
||||
}
|
||||
|
||||
fn matchVCardPrefixedField(
|
||||
pub fn matchVCardPrefixedField(
|
||||
prefix: &str,
|
||||
rawText: &str,
|
||||
trim: bool,
|
||||
@@ -427,7 +427,7 @@ fn maybeAppendFragment(fragmentBuffer: &mut Vec<u8>, charset: &str, result: &mut
|
||||
}
|
||||
}
|
||||
|
||||
fn matchSingleVCardPrefixedField(
|
||||
pub fn matchSingleVCardPrefixedField(
|
||||
prefix: &str,
|
||||
rawText: &str,
|
||||
trim: bool,
|
||||
|
||||
Reference in New Issue
Block a user