diff options
author | Oskar <[email protected]> | 2024-07-11 17:03:48 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-11 17:03:48 +0200 |
commit | e198d09bd8f30276b52785e9d040e1b062420bf5 (patch) | |
tree | 849967c489692f2b7ab369b046842c9797902e29 /trashsys.c | |
parent | 8cb5039aebebdcd0aef6e8a69ff355372bca6ad9 (diff) |
forgot to add B to -L
Diffstat (limited to 'trashsys.c')
-rw-r--r-- | trashsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ int lfc_formatted (struct list_file_content *lfc, const bool L_used) { readable_mib_str[0] = '\0'; fff = bytes_to_readable_str(filesize_bytes, readable_mib_str, str_len); if (L_used == true) { - fprintf(stdout, "ID: %s %s %s %s %s Trashed at: %s (unixtime: %s) originalpath: %s\n" + fprintf(stdout, "ID: %s %s %s %s %s B Trashed at: %s (unixtime: %s) originalpath: %s\n" , lfc->ID , lfc->filename , readable_mib_str |