Fix build issue

This commit is contained in:
phoenix
2025-03-22 17:57:30 -04:00
parent fa3a7fb8da
commit c1c5e83b6b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ impl CommitManager {
Ok(o) => {
println!("Success");
let mut filename = String::from("audio");
filename += icarus_models::constants::WAV_EXTENSION;
filename += icarus_models::constants::WAVEXTENSION;
let data = o.as_bytes();
let mut file = std::fs::File::create(filename).expect("Failed to save");
file.write_all(&data).expect("ff");