fix untrimmed size parse
This commit is contained in:
parent
26ca153f57
commit
006a83afac
@ -343,6 +343,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
target_file.file.file_name().unwrap().to_str().unwrap()
|
||||
))
|
||||
.unwrap()
|
||||
.trim()
|
||||
.parse()
|
||||
.unwrap();
|
||||
sectors.checked_mul(512).unwrap()
|
||||
|
Loading…
x
Reference in New Issue
Block a user