more icons

This commit is contained in:
Guilleag01
2023-11-11 22:11:00 +01:00
parent 67615b17ad
commit cae5f4a097
3 changed files with 13 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ fn print_elements(
print_size_and_creation_date(e);
let num_splits =
get_string_length(e.get_name().as_str()) / (name_length - (3 + 2 * current_depth));
get_string_length(e.get_name().as_str()) / (name_length - (2 + 2 * current_depth));
for j in 1..num_splits + 1 {
let mut e_name = String::from("");