From e198d09bd8f30276b52785e9d040e1b062420bf5 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 11 Jul 2024 17:03:48 +0200 Subject: forgot to add B to -L --- trashsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3