mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
move common msd functions + cleanup formats.rs + fix compiler warning in epk3
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ pub fn extract_epk3(mut file: &File, output_folder: &str) -> Result<(), Box<dyn
|
||||
|
||||
let mut new_type = false;
|
||||
|
||||
let mut matching_key: Option<Vec<u8>> = None;
|
||||
let matching_key: Option<Vec<u8>>;
|
||||
println!("Finding key...");
|
||||
|
||||
// find the key, knowing that the header should start with "EPK3"
|
||||
|
||||
Reference in New Issue
Block a user