mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
main: Add auto folder creation, mtk_pkg: add custom key support + some fixes., general: message costistency
This commit is contained in:
@@ -88,7 +88,7 @@ pub fn extract_sony_bdp(mut file: &File, output_folder: &str) -> Result<(), Box<
|
||||
continue
|
||||
}
|
||||
|
||||
println!("\n({}) - Offset: {}, Size: {}", i, entry.offset, entry.size);
|
||||
println!("\n#{} - Offset: {}, Size: {}", i, entry.offset, entry.size);
|
||||
if i == 1 {
|
||||
first_entry_offset = entry.offset as u64;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user