summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-11 17:03:48 +0200
committerOskar <[email protected]>2024-07-11 17:03:48 +0200
commite198d09bd8f30276b52785e9d040e1b062420bf5 (patch)
tree849967c489692f2b7ab369b046842c9797902e29
parent8cb5039aebebdcd0aef6e8a69ff355372bca6ad9 (diff)
forgot to add B to -L
-rw-r--r--trashsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trashsys.c b/trashsys.c
index 91bde47..d0bc45d 100644
--- a/trashsys.c
+++ b/trashsys.c
@@ -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