Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Feb 6, 2024
1 parent 92f89d3 commit 9b47606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLAM-2256/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl AlzLocalFileHeader {
println!("");
*/

println!("TODO: Figure out how to not write the beginning of 'contents' without doing a copy");
//println!("TODO: Figure out how to not write the beginning of 'contents' without doing a copy");
let _ = self.write_file(out_dir, &mut contents);
println!("TODO: put a note in the metadata.json file that this file is incomplete/not decrypted");

Expand Down

0 comments on commit 9b47606

Please sign in to comment.