This commit is contained in:
Cutieguwu
2025-03-30 22:16:10 -04:00
parent fc00146b47
commit 65e202d78e
14 changed files with 349 additions and 102 deletions

View File

@@ -29,10 +29,5 @@ fn main() {
Ok(f) => f,
Err(err) => panic!("Error: Failed to open logfile: {:?}", err),
};
match file.ensure_compatible() {
Ok(f) => f,
Err(err) => panic!("Error: Failed to ensure logfile compatibility: {:?}", err),
}
};
}